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