Searched refs:last_ext (Results 1 – 1 of 1) sorted by relevance
385 const size_t last_ext = oat_file_location.find_last_of('.'); in ArtFileName() local386 if (last_ext == std::string::npos) { in ArtFileName()390 return oat_file_location.substr(0, last_ext) + ".art"; in ArtFileName()