Searched refs:sortInodes (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/tracker/
H A DEntryIterator.h109 bool sortInodes = false);
199 CachedEntryIteratorList(bool sortInodes = true);
H A DEntryIterator.cpp135 int32 numEntries, bool sortInodes)
144 fSortInodes(sortInodes),
541 CachedEntryIteratorList::CachedEntryIteratorList(bool sortInodes) argument
542 : CachedEntryIterator(NULL, 10, sortInodes)
134 CachedEntryIterator(BEntryList* iterator, int32 numEntries, bool sortInodes) argument

Completed in 91 milliseconds