Searched refs:primary_base_location (Results 1 – 1 of 1) sorted by relevance
2170 const std::string& primary_base_location = named_component_locations[0].base_location; in Load() local2171 size_t base_slash_pos = primary_base_location.rfind('/'); in Load()2173 std::string base_name = primary_base_location.substr(base_slash_pos + 1u); in Load()