Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3659 size_t last_dex_dot = name.rfind('.'); in ExpandMultiImageLocations() local
3660 if (last_dex_dot != std::string::npos) { in ExpandMultiImageLocations()
3661 name.resize(last_dex_dot); in ExpandMultiImageLocations()