Home
last modified time | relevance | path

Searched refs:pathNames (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp63 std::vector<std::string> pathNames; in handleCollectionMembers() local
72 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()