Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc3629 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local
3633 if (last_dot != std::string::npos && last_dot > last_slash) { in ExpandMultiImageLocations()
3634 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()
3635 base.resize(last_dot); in ExpandMultiImageLocations()