Lines Matching defs:sanboxRealPath
81 char sanboxRealPath[PATH_MAX];
83 std::ofstream file(sanboxRealPath);
85 runtimeInfo->GetCrashSandBoxRealPath(sanboxRealPath, NAME_MAX);
101 unlink(sanboxRealPath);
112 char sanboxRealPath[PATH_MAX];
114 std::ofstream file(sanboxRealPath);
116 runtimeInfo->GetCrashSandBoxRealPath(sanboxRealPath, NAME_MAX);
118 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::AOT_CRASH, sanboxRealPath);
119 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::AOT_CRASH, sanboxRealPath);
120 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::AOT_CRASH, sanboxRealPath);
121 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::JS, sanboxRealPath);
122 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::JIT, sanboxRealPath);
123 runtimeInfo->BuildCompileRuntimeInfo(ecmascript::ohos::RuntimeInfoType::OTHERS, sanboxRealPath);
124 std::map<ecmascript::ohos::RuntimeInfoType, int> escapeMapRealPath = runtimeInfo->CollectCrashSum(sanboxRealPath);
129 ASSERT_EQ(runtimeInfo->GetCompileCountByType(ecmascript::ohos::RuntimeInfoType::AOT_CRASH, sanboxRealPath), 3);
131 unlink(sanboxRealPath);
143 char sanboxRealPath[PATH_MAX];
145 std::ofstream file(sanboxRealPath);
148 runtimeInfo->GetCrashSandBoxRealPath(sanboxRealPath, NAME_MAX);
152 unlink(sanboxRealPath);