Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h337 constexpr char SRC_SUB_FOLDER_NAME[] = ""; variable
343 constexpr char SRC_SUB_FOLDER_NAME[] = ""; variable
H A Djs_fwk_common.cpp519 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()