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

/haiku/src/kits/tracker/
H A DEntryIterator.h109 bool sortInodes = false);
199 CachedEntryIteratorList(bool sortInodes = true);
H A DEntryIterator.cpp142 int32 numEntries, bool sortInodes)
151 fSortInodes(sortInodes),
553 CachedEntryIteratorList::CachedEntryIteratorList(bool sortInodes) argument
555 CachedEntryIterator(NULL, 10, sortInodes)
141 CachedEntryIterator(BEntryList* iterator, int32 numEntries, bool sortInodes) argument

Completed in 36 milliseconds