Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp444 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 Djs_fwk_common.h201 char *RelocateFilePath(const char *appRootPath, const char *subPath, const char *fileName);