Searched refs:GetOneCfgFileEx (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/customization/config_policy/test/unittest/ |
H A D | config_policy_utils_test.cpp | 60 filePath = GetOneCfgFileEx(testPathSuffix, buf, MAX_PATH_LEN, type, extra); in TestGetCfgFile() 222 filePath = GetOneCfgFileEx(nullptr, buf, MAX_PATH_LEN, FOLLOWX_MODE_DEFAULT, nullptr); 224 …filePath = GetOneCfgFileEx("etc/custxmltest/user.xml", nullptr, MAX_PATH_LEN, FOLLOWX_MODE_DEFAULT… 226 …filePath = GetOneCfgFileEx("etc/custxmltest/user.xml", buf, MAX_PATH_LEN - 1, FOLLOWX_MODE_DEFAULT…
|
/ohos5.0/base/customization/config_policy/interfaces/inner_api/include/ |
H A D | config_policy_utils.h | 83 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, co…
|
/ohos5.0/base/customization/config_policy/test/fuzztest/getonecfgfileex_fuzzer/ |
H A D | getonecfgfileex_fuzzer.cpp | 33 … char *filePath = GetOneCfgFileEx(userPath.c_str(), buf, MAX_PATH_LEN, followMode, extra.c_str()); in FuzzGetOneCfgFileEx()
|
/ohos5.0/base/customization/config_policy/interfaces/kits/cj/src/ |
H A D | config_policy_ffi.cpp | 112 …char* filePath = GetOneCfgFileEx(relPath, outBuf, MAX_PATH_LEN, FOLLOWX_MODE_DEFAULT, extra.c_str(… in CJ_GetOneCfgFile()
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 432 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, co… in GetOneCfgFileEx() function 474 return GetOneCfgFileEx(pathSuffix, buf, bufLength, FOLLOWX_MODE_DEFAULT, NULL); in GetOneCfgFile()
|
/ohos5.0/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 298 char *filePath = GetOneCfgFileEx(asyncCallbackInfo->relPath_.c_str(), outBuf, MAX_PATH_LEN, in NativeGetOneCfgFile() 317 char *filePath = GetOneCfgFileEx(context->relPath_.c_str(), outBuf, MAX_PATH_LEN, in NativeGetOneCfgFileSync()
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 589 char *ret = GetOneCfgFileEx(PATH, buf, MAX_PATH_LEN, mode, nullptr); in GetPdpProfilePath()
|