Searched refs:RelocateResourceFilePath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 363 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 D | dfx_module.cpp | 102 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 D | product_adapter.cpp | 317 char *curLanguageFilePath = RelocateResourceFilePath(filePath, folderName); in UpdateDefaultFont() 318 curLanguageFilePath = RelocateResourceFilePath(curLanguageFilePath, languageFileName); in UpdateDefaultFont()
|
H A D | js_fwk_common.h | 208 char *RelocateResourceFilePath(const char * const appRootPath, const char * const resFileName);
|
H A D | js_fwk_common.cpp | 535 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 D | cjson_parser.cpp | 56 filePath_ = RelocateResourceFilePath(filePath, folderName); in Init() 340 char* fileDir = RelocateResourceFilePath(filePath_, match); in GetWinFiles()
|