Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/
H A Dwhite_list_config_mgr.cpp27 const static std::string SPLITOR = ","; variable
71 if (!SPLITOR.empty()) { in Split()
73 while ((pos = src.find(SPLITOR)) != std::string::npos) { in Split()
79 src.erase(0, pos + SPLITOR.length()); in Split()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/config_test/
H A Dconfig_test.cpp62 const static std::string SPLITOR = ","; variable