Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
H A Dmain.cpp59 std::string realOutPath; in main() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_aot_runtime_info.cpp41 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 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 *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 Dpgo_profiler_decoder.cpp128 std::string realOutPath; in SaveAPTextFile() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp74 std::string realOutPath; in OpenLogFile() local
H A Djit_task.cpp236 std::string realOutPath; in DumpJitCode() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h79 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 Djs_stackinfo.cpp161 std::string realOutPath; in DumpJitCode() local

Completed in 6 milliseconds