Home
last modified time | relevance | path

Searched refs:RelocateJSSourceFilePath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dace_ability.cpp47 char* jsBundlePath = RelocateJSSourceFilePath(fullRootPathStr, "assets/js/default/"); in REGISTER_AA()
H A Djs_profiler.cpp222 char *fullPath = RelocateJSSourceFilePath(DEFAULT_PROFILER_MSG_PATH, fileName); in FlushProfilerMsg()
H A Djs_ability_impl.cpp70 char *fileFullPath = RelocateJSSourceFilePath(abilityPath, appJSFileName); in InitEnvironment()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/
H A Dmem_proc.cpp61 char *fullPath = RelocateJSSourceFilePath(MEM_BACK_UP_LOG_FILE_PREFIX, markdata); in ClearUp()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp236 char *fullPath = RelocateJSSourceFilePath(appRootPath_, jsPagePath_); in CheckJSSourceFile()
299 char *pageFilePath = RelocateJSSourceFilePath(appRootPath_, jsPagePath_); in EvalPage()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp85 char *manifestPath = RelocateJSSourceFilePath(appPath, FILE_MANIFEST); in ReadManifest()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h210 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName);
H A Djs_fwk_common.cpp549 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName) in RelocateJSSourceFilePath() function
721 char *fullPath = RelocateJSSourceFilePath(appPath, jsFileName); in ReadJSFile()