Searched refs:oat_file_location (Results 1 – 1 of 1) sorted by relevance
383 const std::string oat_file_location = oat_file->GetLocation(); in ArtFileName() local385 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()