Searched refs:inPath (Results 1 – 4 of 4) sorted by relevance
31 PGOProfilerDecoder(const std::string &inPath, uint32_t hotnessThreshold) in PGOProfilerDecoder() argument32 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()60 void SetInPath(const std::string &inPath) in SetInPath() argument62 LOG_COMPILER(INFO) << "Set Profiler paths: " << inPath; in SetInPath()63 inPath_ = inPath; in SetInPath()
211 …bool PUBLIC_API TextToBinary(const std::string &inPath, const std::string &outPath, uint32_t hotne… in TextToBinary() argument224 bool ret = decoder.LoadAPTextFile(inPath); in TextToBinary()234 …bool PUBLIC_API BinaryToText(const std::string &inPath, const std::string &outPath, uint32_t hotne… in BinaryToText() argument236 PGOProfilerDecoder decoder(inPath, hotnessThreshold); in BinaryToText()
316 bool PGOProfilerEncoder::LoadAPTextFile(const std::string &inPath) in LoadAPTextFile() argument322 if (!RealPath(inPath, realPath)) { in LoadAPTextFile()
89 bool PUBLIC_API LoadAPTextFile(const std::string &inPath);