Home
last modified time | relevance | path

Searched refs:rawHeapPath (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1128 std::string rawHeapPath("test_binary_dump.raw"); in HWTEST_F_L0() local
1129 bool ret = tester.GenerateRawHeapSnashot(rawHeapPath); in HWTEST_F_L0()
1131 std::ifstream file(rawHeapPath, std::ios::binary); in HWTEST_F_L0()
1137 tester.DecodeRawHeapSnashot(rawHeapPath, snapshotPath); in HWTEST_F_L0()