Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp97 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize) in RealPath() argument
100 if (!RealPath(rawheapPath, realpath)) { in RealPath()
101 LOG_ERROR("file path is illegal! filePath: " + rawheapPath); in RealPath()
Dutils.h50 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize…
Drawheap_translate.h89 bool Translate(const std::string &rawheapPath);
Drawheap_translate.cpp22 bool RawHeapTranslate::Translate(const std::string &rawheapPath) in Translate() argument
26 if (!FileCheckAndOpenBinary(rawheapPath, rawheapFile, fileSize)) { in Translate()