Searched refs:last_dot (Results 1 – 2 of 2) sorted by relevance
1495 const auto last_dot = fq_name.find_last_of('.'); in ResolveName() local1497 (last_dot == std::string::npos) ? fq_name : fq_name.substr(last_dot + 1); in ResolveName()
3629 size_t last_dot = image_location.rfind('.'); in ExpandMultiImageLocations() local3633 if (last_dot != std::string::npos && last_dot > last_slash) { in ExpandMultiImageLocations()3634 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()3635 base.resize(last_dot); in ExpandMultiImageLocations()