Searched refs:last_dot (Results 1 – 1 of 1) sorted by relevance
4117 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local4121 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()