Lines Matching refs:fileName
43 for (const auto &fileName : apFileNames) {
44 if (!base::StringHelper::EndsWith(fileName, ".ap")) {
45 LOG_ECMA(ERROR) << "The file path (" << fileName << ") does not end with .ap";
48 PGOProfilerDecoder decoder(fileName, hotnessThreshold);
50 LOG_ECMA(ERROR) << "Fail to load file path (" << fileName << "), skip it.";
54 firstApFileName = fileName;
56 if (!merger.VerifyPandaFileMatched(decoder.GetPandaFileInfos(), firstApFileName, fileName)) {
61 LOG_ECMA(ERROR) << "The ap file (" << fileName << ") is not compatible with AOT version. skip it";
91 for (const auto &fileName : pandaFileNames) {
92 PGOProfilerDecoder decoder(fileName, hotnessThreshold);
94 LOG_ECMA(ERROR) << "Load and verify file (" << fileName << ") failed, skip it.";
98 firstApFileName = fileName;
100 if (!merger.GetPandaFileInfos().VerifyChecksum(decoder.GetPandaFileInfos(), firstApFileName, fileName)) {
105 LOG_ECMA(ERROR) << "The ap file (" << fileName << ") is not compatible with AOT version. skip it";