Searched refs:sortedPaths (Results 1 – 1 of 1) sorted by relevance
1202 std::vector<std::string> sortedPaths; in isRequiredPSU() local1203 std::for_each(psus.begin(), psus.end(), [&sortedPaths](const auto& psu) { in isRequiredPSU()1206 sortedPaths.push_back(psu->getInventoryPath()); in isRequiredPSU()1209 std::sort(sortedPaths.begin(), sortedPaths.end()); in isRequiredPSU()1212 for (const auto& path : sortedPaths) in isRequiredPSU()