Home
last modified time | relevance | path

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

/base/customization/config_policy/interfaces/inner_api/include/
Dconfig_policy_utils.h83 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, co…
/base/customization/config_policy/test/unittest/
Dconfig_policy_utils_test.cpp56 filePath = GetOneCfgFileEx(testPathSuffix, buf, MAX_PATH_LEN, type, extra); in TestGetCfgFile()
/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c421 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, co… in GetOneCfgFileEx() function
463 return GetOneCfgFileEx(pathSuffix, buf, bufLength, FOLLOWX_MODE_DEFAULT, NULL); in GetOneCfgFile()