Searched refs:sortedPaths (Results 1 – 2 of 2) sorted by relevance
1234 std::vector<std::string> sortedPaths; in isRequiredPSU() local1235 std::for_each(psus.begin(), psus.end(), [&sortedPaths](const auto& psu) { in isRequiredPSU()1238 sortedPaths.push_back(psu->getInventoryPath()); in isRequiredPSU()1241 std::sort(sortedPaths.begin(), sortedPaths.end()); in isRequiredPSU()1244 for (const auto& path : sortedPaths) in isRequiredPSU()
1184 std::vector<std::string> sortedPaths; in isRequiredPSU() local1185 std::for_each(psus.begin(), psus.end(), [&sortedPaths](const auto& psu) { in isRequiredPSU()1188 sortedPaths.push_back(psu->getInventoryPath()); in isRequiredPSU()1191 std::sort(sortedPaths.begin(), sortedPaths.end()); in isRequiredPSU()1194 for (const auto& path : sortedPaths) in isRequiredPSU()