Home
last modified time | relevance | path

Searched refs:_NextEntry (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp186 while (_NextEntry() != B_ENTRY_NOT_FOUND) { in Iterate()
220 while ((status = _NextEntry()) == B_OK) { in _GetNext()
274 DirectoryIterator::_NextEntry() in _NextEntry() function in DirectoryIterator
H A DDirectoryIterator.h58 status_t _NextEntry();