Searched refs:OhosConstants (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 205 if (!FileExist(OhosConstants::RUNTIME_SO_PATH)) { in GetRuntimeBuildId() 209 if (!ecmascript::RealPathByChar(OhosConstants::RUNTIME_SO_PATH, realPath, PATH_MAX, false)) { in GetRuntimeBuildId() 244 if (!ecmascript::RealPathByChar(OhosConstants::SANDBOX_ARK_PROFILE_PATH, realOutPath, length, false)) { in GetCrashSandBoxRealPath() 247 if (strcat_s(realOutPath, NAME_MAX, OhosConstants::PATH_SEPARATOR) != 0) { in GetCrashSandBoxRealPath() 250 if (strcat_s(realOutPath, NAME_MAX, OhosConstants::AOT_RUNTIME_INFO_NAME) !=0) { in GetCrashSandBoxRealPath() 271 if (strcat_s(runtimeInfoPart, NAME_MAX, OhosConstants::SPLIT_STR) != 0) { in BuildRuntimeInfoPart() 277 if (strcat_s(runtimeInfoPart, NAME_MAX, OhosConstants::SPLIT_STR) != 0) { in BuildRuntimeInfoPart() 293 char *token = strtok_r(buffer, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer() 296 token = strtok_r(NULL, OhosConstants::SPLIT_STR, &saveptr); in GetInfoFromBuffer()
|
H A D | ohos_constants.h | 20 namespace OhosConstants { namespace 27 } // namespace OhosConstants
|
H A D | enable_aot_list_helper.h | 102 runtimePgoRealPath.append(ohos::OhosConstants::PATH_SEPARATOR); in AddEnableListCount() 103 runtimePgoRealPath.append(ohos::OhosConstants::AOT_RUNTIME_INFO_NAME); in AddEnableListCount()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
H A D | aot_crash_info.cpp | 93 pgoRealPath.append(ohos::OhosConstants::PATH_SEPARATOR); in IsAotEscapedOrCompiledOnce() 94 pgoRealPath.append(ohos::OhosConstants::AOT_RUNTIME_INFO_NAME); in IsAotEscapedOrCompiledOnce() 158 return ohos::OhosConstants::SANDBOX_ARK_PROFILE_PATH; in GetSandBoxPath()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
H A D | aot_crash_info.cpp | 75 return ohos::OhosConstants::SANDBOX_ARK_PROFILE_PATH; in GetSandBoxPath()
|
Completed in 3 milliseconds