Searched refs:rawheapPath (Results 1 – 4 of 4) sorted by relevance
97 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize) in RealPath() argument100 if (!RealPath(rawheapPath, realpath)) { in RealPath()101 LOG_ERROR("file path is illegal! filePath: " + rawheapPath); in RealPath()
50 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize…
89 bool Translate(const std::string &rawheapPath);
22 bool RawHeapTranslate::Translate(const std::string &rawheapPath) in Translate() argument26 if (!FileCheckAndOpenBinary(rawheapPath, rawheapFile, fileSize)) { in Translate()