Home
last modified time | relevance | path

Searched refs:oat_path (Results 1 – 2 of 2) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer.cc412 const std::string oat_path = ReplaceFileExtension(image_space->GetImageFilename(), "oat"); in ValidateBcp() local
413 LOG(INFO) << "Oat file missing: " << oat_path; in ValidateBcp()
/art/odrefresh/
Dodrefresh.cc490 std::string oat_path = ReplaceFileExtension(image_path, "oat"); in AddCompiledBootClasspathFdsIfAny() local
491 std::unique_ptr<File> oat_file(OS::OpenFileForReading(oat_path.c_str())); in AddCompiledBootClasspathFdsIfAny()