Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp202 std::ofstream rawheapFile(rawFilePath, std::ios::app | std::ios::binary); in AddMetaDataJsonToRawheap() local
204 if (!rawheapFile.is_open() || !metadataFile.is_open()) { in AddMetaDataJsonToRawheap()
217 rawheapFile.write(buf, bufSize); in AddMetaDataJsonToRawheap()
219 rawheapFile.close(); in AddMetaDataJsonToRawheap()