Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc383 const std::string oat_file_location = oat_file->GetLocation(); in ArtFileName() local
385 const size_t last_ext = oat_file_location.find_last_of('.'); in ArtFileName()
387 LOG(ERROR) << "No extension in oat file " << oat_file_location; in ArtFileName()
390 return oat_file_location.substr(0, last_ext) + ".art"; in ArtFileName()