Searched refs:RelocateFilePath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 444 char *RelocateFilePath(const char *appRootPath, const char *subPath, const char *fileName) in RelocateFilePath() function 519 char *filePath = RelocateFilePath(dirPath, SRC_SUB_FOLDER_NAME, resFileName); in RelocateFilePathRelative() 527 realPath = RelocateFilePath(appRootPath, SRC_SUB_FOLDER_NAME, filePath); in RelocateFilePathRelative() 543 return RelocateFilePath(appRootPath, SRC_SUB_FOLDER_NAME, resFileName); in RelocateResourceFilePath() 551 return RelocateFilePath(appRootPath, SRC_SUB_FOLDER_NAME, srcFileName); in RelocateJSSourceFilePath()
|
H A D | js_fwk_common.h | 201 char *RelocateFilePath(const char *appRootPath, const char *subPath, const char *fileName);
|