Home
last modified time | relevance | path

Searched defs:followMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/config_policy/test/fuzztest/getcfgfilesex_fuzzer/
H A Dgetcfgfilesex_fuzzer.cpp31 int followMode = (data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3]; in FuzzGetCfgFilesEx() local
/ohos5.0/base/customization/config_policy/test/fuzztest/getonecfgfileex_fuzzer/
H A Dgetonecfgfileex_fuzzer.cpp31 int followMode = (data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3]; in FuzzGetOneCfgFileEx() local
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c235 static SplitedStr *GetFollowXPathByMode(const char *relPath, int followMode, const char *extra) in GetFollowXPathByMode()
377 static SplitedStr *GetFollowXPathByMode(const char *relPath, int followMode, const char *extra) in GetFollowXPathByMode()
432 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, co… in GetOneCfgFileEx()
477 CfgFiles *GetCfgFilesEx(const char *pathSuffix, int followMode, const char *extra) in GetCfgFilesEx()