Searched refs:dex_last_slash (Results 1 – 1 of 1) sorted by relevance
1932 size_t dex_last_slash = dex_loc.rfind('/'); in GetMultiImageBootClassPath() local1944 if (dex_last_slash == std::string::npos) { in GetMultiImageBootClassPath()1947 dex_loc = dex_loc.substr(0, dex_last_slash + 1) + in GetMultiImageBootClassPath()