Home
last modified time | relevance | path

Searched refs:appRootPath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dplatform_linux.cpp73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformLinux()
H A Dplatform_linux.h27 BASE_NS::string appRootPath; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dplatform_ohos.cpp29 plat_.appRootPath = createInfo.appRootPath; in CORE_BEGIN_NAMESPACE()
H A Dplatform_ohos.h29 BASE_NS::string appRootPath = "./"; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dplatform_mac.cpp73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformMac()
H A Dplatform_mac.h28 BASE_NS::string appRootPath; member
/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() argument
448 …if ((appRootPath == nullptr) || ((appRootPathLength = strlen(appRootPath)) == 0) || (fileName == n… in RelocateFilePath()
470 size_t copiedLength = AppendTwoPath(fullPath, 0, appRootPath, totalLength); in RelocateFilePath()
489 char *RelocateFilePathRelative(const char * const appRootPath, const char * const resFileName) in RelocateFilePathRelative() argument
527 realPath = RelocateFilePath(appRootPath, SRC_SUB_FOLDER_NAME, filePath); in RelocateFilePathRelative()
535 char *RelocateResourceFilePath(const char * const appRootPath, const char * const resFileName) in RelocateResourceFilePath() argument
539 return RelocateFilePathRelative(appRootPath, resFileName); in RelocateResourceFilePath()
543 return RelocateFilePath(appRootPath, SRC_SUB_FOLDER_NAME, resFileName); in RelocateResourceFilePath()
549 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName) in RelocateJSSourceFilePath() argument
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);
205 char *RelocateFilePathRelative(const char * const appRootPath, const char * const resFileName);
208 char *RelocateResourceFilePath(const char * const appRootPath, const char * const resFileName);
210 char *RelocateJSSourceFilePath(const char * const appRootPath, const char * const srcFileName);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp93 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformWindows()
H A Dplatform_windows.h31 BASE_NS::string appRootPath; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/common/core/os/
H A Dplatform_create_info.h30 BASE_NS::string appRootPath = "./"; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/ohos/core/os/
H A Dplatform_create_info.h29 BASE_NS::string appRootPath = "./"; member