Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space_test.cc474 size_t last_dot = filename.rfind('.'); in Stem() local
475 if (last_dot != std::string::npos) { in Stem()
476 filename.resize(last_dot); in Stem()
Dimage_space.cc3709 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local
3713 if (last_dot != std::string::npos && last_dot > last_slash) { in ExpandMultiImageLocations()
3714 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()
3715 base.resize(last_dot); in ExpandMultiImageLocations()