Searched refs:fSortedList (Results 1 – 2 of 2) sorted by relevance
152 fSortedList(NULL), in CachedEntryIterator()162 delete fSortedList; in ~CachedEntryIterator()292 if (!fSortedList) in GetNextDirents()293 fSortedList = new BObjectList<dirent>(fCacheSize); in GetNextDirents()295 fSortedList->MakeEmpty(); in GetNextDirents()298 fSortedList->AddItem(fCurrentDirent, 0); in GetNextDirents()301 fSortedList->SortItems(&_CompareInodes); in GetNextDirents()312 fCurrentDirent = fSortedList->ItemAt(fIndex); in GetNextDirents()337 delete fSortedList; in Rewind()338 fSortedList = NULL; in Rewind()
136 BObjectList<dirent>* fSortedList; variable