Searched defs:realOutPath (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/ |
H A D | main.cpp | 59 std::string realOutPath; in main() local
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
H A D | mock_aot_runtime_info.cpp | 41 bool MockAotRuntimeInfo::GetCrashSandBoxRealPath(char *realOutPath, size_t length) const in GetCrashSandBoxRealPath() argument 61 void MockAotRuntimeInfo::SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in SetRuntimeInfo() argument
|
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
H A D | setruntimeinfo_fuzzer.cpp | 26 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 *soBuildId) const 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/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 128 std::string realOutPath; in SaveAPTextFile() local
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_dfx.cpp | 74 std::string realOutPath; in OpenLogFile() local
|
H A D | jit_task.cpp | 236 std::string realOutPath; in DumpJitCode() local
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 79 std::string realOutPath; in BuildCompileRuntimeInfo() local 125 static char realOutPath[PATH_MAX] = { '\0' }; in BuildCrashRuntimeInfo() local 242 virtual bool GetCrashSandBoxRealPath(char *realOutPath, size_t length) const in GetCrashSandBoxRealPath() argument 314 static char realOutPath[PATH_MAX] = { '\\0' }; GetCrashRuntimeInfoList() local 334 std::string realOutPath; GetRealPathRuntimeInfoList() local 351 SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const SetRuntimeInfo() argument 366 GetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildId) const GetRuntimeInfoByPath() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
H A D | js_stackinfo.cpp | 161 std::string realOutPath; in DumpJitCode() local
|
Completed in 6 milliseconds