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.hpp781 std::vector<std::string> leafNames; in afterChassisDriveCollectionSubtreeGet() local
785 leafNames.push_back(drivePath.filename()); in afterChassisDriveCollectionSubtreeGet()
788 std::ranges::sort(leafNames, AlphanumLess<std::string>()); in afterChassisDriveCollectionSubtreeGet()
790 for (const auto& leafName : leafNames) in afterChassisDriveCollectionSubtreeGet()