Searched refs:SaveAPTextFile (Results 1 – 3 of 3) sorted by relevance
49 bool PUBLIC_API SaveAPTextFile(const std::string &outPath);
123 bool PGOProfilerDecoder::SaveAPTextFile(const std::string &outPath) in SaveAPTextFile() function in panda::ecmascript::pgo::PGOProfilerDecoder
248 bool ret = decoder.SaveAPTextFile(outPath); in BinaryToText()