Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3655 size_t last_dex_slash = name.rfind('/'); in ExpandMultiImageLocations() local
3656 if (last_dex_slash != std::string::npos) { in ExpandMultiImageLocations()
3657 name = name.substr(last_dex_slash + 1); in ExpandMultiImageLocations()