Searched refs:last_dot (Results 1 – 1 of 1) sorted by relevance
2338 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local2342 if (last_dot != std::string::npos && last_dot > last_slash) { in ExpandMultiImageLocations()2343 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()2344 base.resize(last_dot); in ExpandMultiImageLocations()