Searched refs:pathNames (Results 1 – 2 of 2) sorted by relevance
63 std::vector<std::string> pathNames; in handleCollectionMembers() local72 pathNames.push_back(leaf); in handleCollectionMembers()74 std::ranges::sort(pathNames, AlphanumLess<std::string>()); in handleCollectionMembers()78 for (const std::string& leaf : pathNames) in handleCollectionMembers()
77 std::vector<std::string> pathNames; in handleSystemCollectionMembers() local86 pathNames.emplace_back(leaf); in handleSystemCollectionMembers()88 std::ranges::sort(pathNames, AlphanumLess<std::string>()); in handleSystemCollectionMembers()90 for (const std::string& systemName : pathNames) in handleSystemCollectionMembers()