Searched refs:last_dex_dot (Results 1 – 1 of 1) sorted by relevance
2364 size_t last_dex_dot = name.rfind('.'); in ExpandMultiImageLocations() local2365 if (last_dex_dot != std::string::npos) { in ExpandMultiImageLocations()2366 name.resize(last_dex_dot); in ExpandMultiImageLocations()