Home
last modified time | relevance | path

Searched defs:relPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/config_policy/interfaces/kits/cj/src/
H A Dconfig_policy_ffi.cpp81 RetDataCArrString CJ_GetCfgFiles(const char* relPath) in CJ_GetCfgFiles()
106 RetDataCString CJ_GetOneCfgFile(const char* relPath) in CJ_GetOneCfgFile()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_sal.c56 APPSPAWN_STATIC void HnpRelPath(const char *fromPath, const char *toPath, char *relPath) in HnpRelPath()
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c187 static char *GetFollowXRule(const char *relPath, int *mode) in GetFollowXRule()
235 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()
/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp974 char relPath[MAX_FILE_PATH_LEN]{}; variable