Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc407 struct PartIterable;
452 constexpr PartIterable IterateParts() const { in IterateParts()
453 return PartIterable::FromPath(*this); in IterateParts()
1058 friend struct PartIterable;
1060 struct PartIterable { struct
1061 constexpr static PartIterable FromPath(const PurePath& path) { in FromPath() argument
1062 return PartIterable{ in FromPath()
1085 PartIterable iterable = IterateParts(); in PartsList()