Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp782 std::vector<std::string> leafNames; in afterChassisDriveCollectionSubtreeGet() local
786 leafNames.push_back(drivePath.filename()); in afterChassisDriveCollectionSubtreeGet()
789 std::ranges::sort(leafNames, AlphanumLess<std::string>()); in afterChassisDriveCollectionSubtreeGet()
791 for (const auto& leafName : leafNames) in afterChassisDriveCollectionSubtreeGet()