Home
last modified time | relevance | path

Searched refs:GetOneCfgFileEx (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/customization/config_policy/test/unittest/
H A Dconfig_policy_utils_test.cpp60 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 Dconfig_policy_utils.h83 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 Dgetonecfgfileex_fuzzer.cpp33 … 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 Dconfig_policy_ffi.cpp112 …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 Dconfig_policy_utils.c432 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 Dconfig_policy_napi.cpp298 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 Dparser_util.cpp589 char *ret = GetOneCfgFileEx(PATH, buf, MAX_PATH_LEN, mode, nullptr); in GetPdpProfilePath()