Searched refs:RemoveEntry (Results 1 - 25 of 39) sorted by relevance

12

/haiku-fatelf/src/apps/debugger/files/
H A DLocatableDirectory.h28 void RemoveEntry(LocatableEntry* entry);
H A DLocatableDirectory.cpp75 LocatableDirectory::RemoveEntry(LocatableEntry* entry) function in class:LocatableDirectory
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.h29 status_t RemoveEntry(const char* name,
H A DDirectory.cpp49 void RemoveEntry(int32 index);
74 status_t RemoveEntry(const char* name,
356 DirEntryBlock::RemoveEntry(int32 index) function in class:DirEntryBlock
844 DirEntryTree::RemoveEntry(const char* name, Transaction& transaction) function in class:DirEntryTree
953 info.entryBlock.RemoveEntry(info.index);
970 info.entryBlock.RemoveEntry(info.index);
1626 Directory::RemoveEntry(const char* name, Transaction& transaction,
1631 status_t error = entryTree.RemoveEntry(name, transaction);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h21 void RemoveEntry(Entry* entry);
H A DVolume.h31 bool RemoveEntry(Entry* entry);
H A DVolumeManager.cpp494 RemoveEntry(entry);
501 RemoveEntry(entry);
657 // RemoveEntry
659 VolumeManager::RemoveEntry(Entry* entry) function in class:VolumeManager
664 entry->GetVolume()->RemoveEntry(entry);
667 entry->GetDirectory()->RemoveEntry(entry);
670 //PRINT(("VolumeManager::RemoveEntry(): %ld, %lld, `%s', dir: %p, "
687 RemoveEntry(entry);
1164 RemoveEntry(entry);
1253 RemoveEntry(oldEntr
[all...]
H A DVolumeManager.h60 void RemoveEntry(Entry* entry);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DDirectory.h24 void RemoveEntry(Entry* entry);
H A DVolume.h31 bool RemoveEntry(Entry* entry);
H A DVolumeManager.cpp492 RemoveEntry(entry);
499 RemoveEntry(entry);
655 // RemoveEntry
657 VolumeManager::RemoveEntry(Entry* entry) function in class:VolumeManager
662 entry->GetVolume()->RemoveEntry(entry);
665 entry->GetDirectory()->RemoveEntry(entry);
668 //PRINT(("VolumeManager::RemoveEntry(): %ld, %lld, `%s', dir: %p, "
685 RemoveEntry(entry);
1160 RemoveEntry(entry);
1249 RemoveEntry(oldEntr
[all...]
H A DVolumeManager.h59 void RemoveEntry(Entry* entry);
/haiku-fatelf/src/kits/media/
H A DTimedEventQueuePrivate.cpp147 RemoveEntry(entry);
171 RemoveEntry(fFirstEntry);
307 RemoveEntry(remove);
336 RemoveEntry(remove);
365 RemoveEntry(remove);
396 RemoveEntry(remove);
434 RemoveEntry(remove);
451 RemoveEntry(remove);
468 RemoveEntry(remove);
487 RemoveEntry(remov
509 _event_queue_imp::RemoveEntry(event_queue_entry *entry) function in class:_event_queue_imp
[all...]
H A DTimedEventQueuePrivate.h65 void RemoveEntry(event_queue_entry *entry);
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h37 status_t RemoveEntry(Entry *entry);
H A DDirectory.cpp182 // RemoveEntry
184 Directory::RemoveEntry(Entry *entry) function in class:Directory
228 status_t error = RemoveEntry(entry);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVirtualDir.h72 Node* RemoveEntry(const char* name);
H A DVirtualDir.cpp166 RemoveEntry(entry->GetName());
228 // RemoveEntry
230 VirtualDir::RemoveEntry(const char* name) function in class:VirtualDir
H A DShareNode.h158 void RemoveEntry(ShareDirEntry* entry);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DDirectory.h37 status_t RemoveEntry(Entry *entry);
H A DDirectory.cpp184 // RemoveEntry
186 Directory::RemoveEntry(Entry *entry) function in class:Directory
230 status_t error = RemoveEntry(entry);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp169 RemoveEntry(entry->GetName());
231 // RemoveEntry
233 VirtualDir::RemoveEntry(const char* name) function in class:VirtualDir
H A DVirtualDir.h73 Node* RemoveEntry(const char* name);
H A DShareNode.h161 void RemoveEntry(ShareDirEntry* entry);
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h38 status_t RemoveEntry(Transaction& transaction);

Completed in 100 milliseconds

12