Searched defs:realOutPath (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| 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 *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/ |
| D | mock_aot_runtime_info.cpp | 41 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/ |
| D | aot_runtime_info.h | 79 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/ |
| D | main.cpp | 59 std::string realOutPath; in main() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 74 std::string realOutPath; in OpenLogFile() local
|
| D | jit_task.cpp | 239 std::string realOutPath; in DumpJitCode() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 142 std::string realOutPath; in SaveAPTextFile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 132 std::string realOutPath; in DumpJitCode() local
|