Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc957 size_t last_oat_slash = base_oat.rfind('/'); in ExpandOatAndImageFilenames() local
958 if (last_oat_slash == std::string::npos) { in ExpandOatAndImageFilenames()
963 if (base_oat.find('@', last_oat_slash) != std::string::npos) { in ExpandOatAndImageFilenames()
964 last_oat_slash = base_oat.rfind('@'); in ExpandOatAndImageFilenames()
966 base_oat = base_oat.substr(0, last_oat_slash + 1); in ExpandOatAndImageFilenames()