Home
last modified time | relevance | path

Searched defs:realOutPath (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp26 void TestSetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in TestSetRuntimeInfo() argument
31 …void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBu… in TestGetRuntimeInfoByPath() argument
47 …std::string realOutPath = "/tmp/fuzz_test_" + std::to_string(dataProvider.ConsumeIntegral<uint32_t… in SetRuntimeInfoFuzzTest() local
71 … std::string realOutPath = dataProvider.ConsumeRandomLengthString(AotRuntimeInfo::MAX_LENGTH); in GetRuntimeInfoByPathFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp41 bool MockAotRuntimeInfo::GetCrashSandBoxRealPath(char *realOutPath, size_t length) const in GetCrashSandBoxRealPath()
61 void MockAotRuntimeInfo::SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int len… in SetRuntimeInfo() argument
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h79 std::string realOutPath; in BuildCompileRuntimeInfo() local
125 static char realOutPath[PATH_MAX] = { '\0' }; in BuildCrashRuntimeInfo() local
246 virtual bool GetCrashSandBoxRealPath(char *realOutPath, size_t length) const in GetCrashSandBoxRealPath()
318 static char realOutPath[PATH_MAX] = { '\0' }; in GetCrashRuntimeInfoList() local
338 std::string realOutPath; in GetRealPathRuntimeInfoList() local
355 … virtual void SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in SetRuntimeInfo()
371 …void GetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildI… in GetRuntimeInfoByPath()
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
Dmain.cpp59 std::string realOutPath; in main() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp74 std::string realOutPath; in OpenLogFile() local
Djit_task.cpp239 std::string realOutPath; in DumpJitCode() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp142 std::string realOutPath; in SaveAPTextFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp132 std::string realOutPath; in DumpJitCode() local