Searched refs:RelocateJSSourceFilePath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | ace_ability.cpp | 47 char* jsBundlePath = RelocateJSSourceFilePath(fullRootPathStr, "assets/js/default/"); in REGISTER_AA()
|
H A D | js_profiler.cpp | 222 char *fullPath = RelocateJSSourceFilePath(DEFAULT_PROFILER_MSG_PATH, fileName); in FlushProfilerMsg()
|
H A D | js_ability_impl.cpp | 70 char *fileFullPath = RelocateJSSourceFilePath(abilityPath, appJSFileName); in InitEnvironment()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/ |
H A D | mem_proc.cpp | 61 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 D | js_page_state_machine.cpp | 236 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 D | app_module.cpp | 85 char *manifestPath = RelocateJSSourceFilePath(appPath, FILE_MANIFEST); in ReadManifest()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.h | 210 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName);
|
H A D | js_fwk_common.cpp | 549 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName) in RelocateJSSourceFilePath() function 721 char *fullPath = RelocateJSSourceFilePath(appPath, jsFileName); in ReadJSFile()
|