Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.h50 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize…
Dutils.cpp97 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize) in RealPath() function
Drawheap_translate.cpp26 if (!FileCheckAndOpenBinary(rawheapPath, rawheapFile, fileSize)) { in Translate()