Home
last modified time | relevance | path

Searched refs:relPath_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp119 if (ParseRelPath(env, asyncContext->relPath_, argv[ARR_INDEX_ZERO]) == nullptr) { in GetOneCfgFileOrAllCfgFilesSync()
153 if (ParseRelPath(env, asyncContext->relPath_, argv[ARR_INDEX_ZERO]) == nullptr) { in GetOneCfgFileOrAllCfgFiles()
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()
339 …CfgFiles *cfgFiles = GetCfgFilesEx(asyncCallbackInfo->relPath_.c_str(), asyncCallbackInfo->followM… in NativeGetCfgFiles()
356 CfgFiles *cfgFiles = GetCfgFilesEx(context->relPath_.c_str(), context->followMode_, in NativeGetCfgFilesSync()
/ohos5.0/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h35 std::string relPath_; member