Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1023 size_t last_oat_slash = base_oat.rfind('/'); in ExpandOatAndImageFilenames() local
1024 if (last_oat_slash == std::string::npos) { in ExpandOatAndImageFilenames()
1029 if (base_oat.find('@', last_oat_slash) != std::string::npos) { in ExpandOatAndImageFilenames()
1030 last_oat_slash = base_oat.rfind('@'); in ExpandOatAndImageFilenames()
1032 base_oat = base_oat.substr(0, last_oat_slash + 1); in ExpandOatAndImageFilenames()