Searched refs:rawFilePath (Results 1 – 1 of 1) sorted by relevance
193 bool AddMetaDataJsonToRawheap(const std::string &rawFilePath) in AddMetaDataJsonToRawheap() argument195 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() argument227 return rawheap_translate::RawHeap::TranslateRawheap(rawFilePath, outputPath); in DecodeRawheap()