Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp8108 FILE *stopHeapFile = fopen("/data/storage/el2/base/files/heapsnapshot-stop.heapsnapshot", "wb"); in StopCpuProfiler() local
8109 if (stopHeapFile == nullptr) { in StopCpuProfiler()
8113 OH_JSVM_TakeHeapSnapshot(vm, WriteDataToStream, stopHeapFile); in StopCpuProfiler()