Searched refs:appRootPath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/ |
H A D | platform_linux.cpp | 73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformLinux()
|
H A D | platform_linux.h | 27 BASE_NS::string appRootPath; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | platform_ohos.cpp | 29 plat_.appRootPath = createInfo.appRootPath; in CORE_BEGIN_NAMESPACE()
|
H A D | platform_ohos.h | 29 BASE_NS::string appRootPath = "./"; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/ |
H A D | platform_mac.cpp | 73 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformMac()
|
H A D | platform_mac.h | 28 BASE_NS::string appRootPath; member
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 444 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 D | js_fwk_common.h | 201 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 D | platform_windows.cpp | 93 plat_.appRootPath = fixPath(createInfo.appRootPath); in PlatformWindows()
|
H A D | platform_windows.h | 31 BASE_NS::string appRootPath; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/common/core/os/ |
H A D | platform_create_info.h | 30 BASE_NS::string appRootPath = "./"; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/platform/ohos/core/os/ |
H A D | platform_create_info.h | 29 BASE_NS::string appRootPath = "./"; member
|