Searched refs:leafNames (Results 1 – 1 of 1) sorted by relevance
782 std::vector<std::string> leafNames; in afterChassisDriveCollectionSubtreeGet() local786 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()