Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp193 bool AddMetaDataJsonToRawheap(const std::string &rawFilePath) in AddMetaDataJsonToRawheap() argument
195 uint32_t rawheapSize = rawheap_translate::FileReader::GetFileSize(rawFilePath); in AddMetaDataJsonToRawheap()
202 std::ofstream rawheapFile(rawFilePath, std::ios::app | std::ios::binary); in AddMetaDataJsonToRawheap()
225 bool DecodeRawheap(const std::string &rawFilePath, const std::string &outputPath) in DecodeRawheap() argument
227 return rawheap_translate::RawHeap::TranslateRawheap(rawFilePath, outputPath); in DecodeRawheap()