Searched refs:EntryList (Results 1 - 25 of 27) sorted by relevance

12

/haiku/headers/build/os/storage/
H A DEntryList.h1 #include <../os/storage/EntryList.h>
H A DDirectory.h10 #include <EntryList.h>
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h80 typedef std::list<add_on_entry_info> EntryList; typedef in class:BPrivate::Storage::AddOnMonitorHandler
84 EntryList entries;
90 const EntryList& list,
91 EntryList::iterator& it) const;
93 const EntryList& list,
94 EntryList::iterator& it) const;
97 EntryList& list) const;
99 EntryList& list) const;
116 void _AddNewEntry(EntryList& list,
121 EntryList fPendingEntrie
[all...]
H A DMergedDirectory.h12 #include <EntryList.h>
/haiku/src/kits/storage/
H A DEntryList.cpp6 #include <EntryList.h>
H A DAddOnMonitorHandler.cpp46 EntryList::iterator eiter = it->entries.begin();
222 EntryList::iterator eiter = fPendingEntries.begin();
305 EntryList::iterator eiter = fromIter->entries.begin();
370 EntryList::iterator eiter = diter->entries.begin();
389 EntryList::iterator eiter = fromIter->entries.begin();
489 EntryList::iterator eiter = diter->entries.begin();
513 EntryList::iterator iter = fPendingEntries.begin();
585 EntryList::iterator eiter = diter->entries.begin();
598 AddOnMonitorHandler::_FindEntry(const node_ref& entry, const EntryList& list,
599 EntryList
[all...]
/haiku/headers/os/
H A DStorageKit.h8 #include <EntryList.h>
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h36 typedef DoublyLinkedList<Entry, Entry::GetDirEntryLink> EntryList; typedef in class:Directory
39 EntryList fEntries;
H A DNode.h61 typedef DoublyLinkedList<Entry> EntryList; typedef in class:Node
65 EntryList fReferringEntries;
/haiku/src/system/boot/loader/
H A DRootFileSystem.h42 typedef DoublyLinkedList<entry> EntryList; typedef in class:RootFileSystem
44 EntryList fList;
45 EntryList fLinks;
/haiku/headers/private/kernel/
H A Dcondition_variable.h87 typedef DoublyLinkedList<ConditionVariableEntry> EntryList; typedef in struct:ConditionVariable
96 EntryList fEntries;
/haiku/headers/private/shared/
H A DQueryFile.h9 #include <EntryList.h>
/haiku/headers/build/private/storage/
H A DMergedDirectory.h12 #include <EntryList.h>
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp157 new(&fEntries) EntryList;
168 new(&fEntries) EntryList;
/haiku/src/system/kernel/fs/
H A DEntryCache.h104 typedef DoublyLinkedList<EntryCacheEntry> EntryList; typedef in class:EntryCache
/haiku/src/kits/tracker/
H A DFSUtils.h150 typedef BObjectList<entry_ref> EntryList; typedef in class:BPrivate::TrackerCopyLoopControl
152 void SetSourceList(EntryList* list);
157 EntryList* fSourceList;
H A DNodeWalker.h43 #include <EntryList.h>
H A DOpenWithWindow.cpp169 OpenWithContainerWindow::EntryList() const function in class:OpenWithContainerWindow
283 EachEntryRef(EntryList(), AddOneUniqueDocumentType, &openedFileTypes, 100);
661 const BMessage* entryList = window->EntryList();
744 BMessage message(*window->EntryList());
964 return SearchForSignatureEntryList::Relation(window->EntryList(),
975 SearchForSignatureEntryList::RelationDescription(window->EntryList(),
H A DOpenWithWindow.h149 const BMessage* EntryList() const;
/haiku/headers/os/storage/
H A DDirectory.h10 #include <EntryList.h>
H A DQuery.h9 #include <EntryList.h>
/haiku/headers/private/package/hpkg/
H A DPackageWriterImpl.h68 typedef DoublyLinkedList<Entry> EntryList; typedef in class:BPackageKit::BHPKG::BPrivate::PackageWriterImpl
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp335 EntryList::ConstIterator it = fChildren.GetIterator();
344 EntryList::ConstIterator ChildIterator() const
354 EntryList fChildren;
714 for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
1036 for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
1132 for (EntryList::ConstIterator it = entry->ChildIterator();
1566 for (EntryList::ConstIterator it = entry->ChildIterator();
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp74 typedef DoublyLinkedList<TarFS::Entry> EntryList; typedef in namespace:TarFS
75 typedef EntryList::Iterator EntryIterator;
136 EntryList fEntries;
/haiku/src/system/kernel/
H A Dcondition_variable.cpp233 new(&fEntries) EntryList;
466 for (EntryList::ConstIterator it = fEntries.GetIterator();

Completed in 143 milliseconds

12