Searched refs:GetCurrentEntry (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVirtualDir.h23 bool GetCurrentEntry(const char** name, Node** node);
24 VirtualDirEntry* GetCurrentEntry() const;
H A DShareNode.h79 virtual ShareDirEntry* GetCurrentEntry() const = 0;
94 virtual ShareDirEntry* GetCurrentEntry() const;
110 virtual ShareDirEntry* GetCurrentEntry() const;
H A DVirtualDir.cpp86 // GetCurrentEntry
88 VirtualDirIterator::GetCurrentEntry(const char** name, Node** node) function in class:VirtualDirIterator
112 // GetCurrentEntry
114 VirtualDirIterator::GetCurrentEntry() const function in class:VirtualDirIterator
243 if (iterator->GetCurrentEntry() == entry)
H A DShareNode.cpp236 // GetCurrentEntry
238 LocalShareDirIterator::GetCurrentEntry() const function in class:LocalShareDirIterator
288 // GetCurrentEntry
290 RemoteShareDirIterator::GetCurrentEntry() const function in class:RemoteShareDirIterator
471 if (iterator->GetCurrentEntry() == entry)
H A DServerVolume.cpp72 while (iterator.GetCurrentEntry(&name, &node)) {
181 while (iterator.GetCurrentEntry(&name, &node)) {
402 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DVirtualVolume.cpp97 while (iterator.GetCurrentEntry(&name, &node)) {
579 if (!iterator->GetCurrentEntry(&name, &child))
775 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DRootVolume.cpp314 while (iterator.GetCurrentEntry(&name, &node)) {
H A DShareVolume.cpp1252 while (ShareDirEntry* entry = iterator->GetCurrentEntry()) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h24 bool GetCurrentEntry(const char** name, Node** node);
25 VirtualDirEntry* GetCurrentEntry() const;
H A DShareNode.h82 virtual ShareDirEntry* GetCurrentEntry() const = 0;
97 virtual ShareDirEntry* GetCurrentEntry() const;
113 virtual ShareDirEntry* GetCurrentEntry() const;
H A DVirtualDir.cpp89 // GetCurrentEntry
91 VirtualDirIterator::GetCurrentEntry(const char** name, Node** node) function in class:VirtualDirIterator
115 // GetCurrentEntry
117 VirtualDirIterator::GetCurrentEntry() const function in class:VirtualDirIterator
246 if (iterator->GetCurrentEntry() == entry)
H A DShareNode.cpp239 // GetCurrentEntry
241 LocalShareDirIterator::GetCurrentEntry() const function in class:LocalShareDirIterator
291 // GetCurrentEntry
293 RemoteShareDirIterator::GetCurrentEntry() const function in class:RemoteShareDirIterator
474 if (iterator->GetCurrentEntry() == entry)
H A DServerVolume.cpp73 while (iterator.GetCurrentEntry(&name, &node)) {
183 while (iterator.GetCurrentEntry(&name, &node)) {
404 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DVirtualVolume.cpp98 while (iterator.GetCurrentEntry(&name, &node)) {
580 if (!iterator->GetCurrentEntry(&name, &child))
776 while (dirIterator.GetCurrentEntry(&name, &node)) {
H A DRootVolume.cpp316 while (iterator.GetCurrentEntry(&name, &node)) {
H A DShareVolume.cpp1253 while (ShareDirEntry* entry = iterator->GetCurrentEntry()) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp26 virtual Entry* GetCurrentEntry() const;
45 virtual Entry* GetCurrentEntry() const;
102 // GetCurrentEntry
104 CachedDirIterator::GetCurrentEntry() const function in class:CachedDirIterator
200 // GetCurrentEntry
202 UncachedDirIterator::GetCurrentEntry() const function in class:UncachedDirIterator
265 if (iterator->GetCurrentEntry() == entry)
H A DNodeHandle.h86 virtual Entry* GetCurrentEntry() const = 0;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DDirectory.cpp25 virtual Entry* GetCurrentEntry() const;
44 virtual Entry* GetCurrentEntry() const;
101 // GetCurrentEntry
103 CachedDirIterator::GetCurrentEntry() const function in class:CachedDirIterator
199 // GetCurrentEntry
201 UncachedDirIterator::GetCurrentEntry() const function in class:UncachedDirIterator
264 if (iterator->GetCurrentEntry() == entry)
H A DNodeHandle.h85 virtual Entry* GetCurrentEntry() const = 0;

Completed in 280 milliseconds