Searched refs:last_dot (Results 1 – 2 of 2) sorted by relevance
474 size_t last_dot = filename.rfind('.'); in Stem() local475 if (last_dot != std::string::npos) { in Stem()476 filename.resize(last_dot); in Stem()
3709 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local3713 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()