Home
last modified time | relevance | path

Searched refs:RelocateResourceFilePath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp363 char *relocatedPath = RelocateResourceFilePath(dataPath, path); in GetResourcePath()
368 return RelocateResourceFilePath(currentAbilityPath_, uri); in GetResourcePath()
396 char *relocatedPath = RelocateResourceFilePath(dataPath, slicedFilePath); in ProcessResourcePathByConfiguration()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp102 char *path = RelocateResourceFilePath(savingPath, SCREEN_SNAP_PATH); in Screenshot()
134 char *path = RelocateResourceFilePath(savingPath, DOM_TREE_PATH); in DumpDomTree()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp317 char *curLanguageFilePath = RelocateResourceFilePath(filePath, folderName); in UpdateDefaultFont()
318 curLanguageFilePath = RelocateResourceFilePath(curLanguageFilePath, languageFileName); in UpdateDefaultFont()
H A Djs_fwk_common.h208 char *RelocateResourceFilePath(const char * const appRootPath, const char * const resFileName);
H A Djs_fwk_common.cpp535 char *RelocateResourceFilePath(const char * const appRootPath, const char * const resFileName) in RelocateResourceFilePath() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp56 filePath_ = RelocateResourceFilePath(filePath, folderName); in Init()
340 char* fileDir = RelocateResourceFilePath(filePath_, match); in GetWinFiles()