Home
last modified time | relevance | path

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

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