Home | History | Annotate | Download | only in runtime

Lines Matching defs:oat_filename

595   std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
597 std::unique_ptr<File> file(OS::OpenFileForReading(oat_filename.c_str()));
608 LOG(INFO) << "Unable to use '" << oat_filename << "' because " << error_msg;