Searched defs:prev_profile_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc409 std::string prev_profile_file; local
414 prev_profile_file = profile_file + std::string("@old");
419 int e2 = stat(prev_profile_file.c_str(), &prevstat);
443 bool old_ok = old_profile.LoadFile(prev_profile_file);
447 << (new_ok ? "" : profile_file) << " " << (old_ok ? "" : prev_profile_file);
476 " is significantly different from old profile file " << prev_profile_file << " (top "
486 LOG(INFO) << "DexFile_isDexOptNeededInternal previous profile doesn't exist: " << prev_profile_file;
490 PLOG(INFO) << "Unable to stat previous profile file " << prev_profile_file;
555 CopyProfileFile(profile_file.c_str(), prev_profile_file.c_str());

Completed in 5 milliseconds