Home
last modified time | relevance | path

Searched refs:MAX_LINE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp25 constexpr int MAX_LINE_SIZE = 1024; variable
45 if (line.size() > MAX_LINE_SIZE) { in load()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.h27 #define MAX_LINE_SIZE 1024 macro