Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1932 size_t dex_last_slash = dex_loc.rfind('/'); in GetMultiImageBootClassPath() local
1944 if (dex_last_slash == std::string::npos) { in GetMultiImageBootClassPath()
1947 dex_loc = dex_loc.substr(0, dex_last_slash + 1) + in GetMultiImageBootClassPath()