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

/haiku/src/kits/tracker/
H A DEntryIterator.cpp237 CachedEntryIterator::_CompareInodes(const dirent* ent1, const dirent* ent2) argument
239 if (ent1->d_ino < ent2->d_ino)
242 if (ent1->d_ino == ent2->d_ino)
H A DEntryIterator.h125 static int _CompareInodes(const dirent* ent1, const dirent* ent2);

Completed in 32 milliseconds