Searched refs:ReadNextEntry (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/musiccollection/
H A DQueryMonitor.h41 bool ReadNextEntry(entry_ref& entry);
H A DQueryMonitor.cpp79 QueryReader::ReadNextEntry(entry_ref& entry) function in class:QueryReader
87 return ReadNextEntry(entry);
H A DFileMonitor.h118 virtual bool ReadNextEntry(entry_ref& entry) = 0;
H A DFileMonitor.cpp270 while (ReadNextEntry(entry)) {
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp156 status_t ReadNextEntry(struct dirent* buffer, size_t size, function in struct:DirCookie
242 status_t ReadNextEntry(struct dirent* buffer, size_t size, function in struct:AttrDirCookie
254 return fDirCookie.ReadNextEntry(buffer, size, _countRead);
1779 return cookie->ReadNextEntry(buffer, bufferSize, *_num);
1847 return cookie->ReadNextEntry(buffer, bufferSize, *_num);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp245 bool ReadNextEntry(dev_t volumeID, ino_t nodeID, bool align, function in struct:FUSEVolume::AttrDirCookie
2455 && cookie->ReadNextEntry(fID, node->id, countRead + 1 < count,

Completed in 44 milliseconds