Searched refs:Entry (Results 51 - 75 of 575) sorted by path

1234567891011>>

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp25 #include <Entry.h>
H A DKeyCommandMap.cpp17 #include <Entry.h>
H A DParseCommandLine.cpp18 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.h128 void _GetEntryInfo(Entry* entry, EntryInfo* info);
H A DClientVolume.cpp13 #include "Entry.h"
327 Entry*
333 Entry* entry = volumeManager->GetEntry(volumeID, dirID, name);
345 Entry*
357 Entry** _entry)
365 Entry* entry;
381 ClientVolume::LoadEntry(Directory* directory, const char* name, Entry** entry)
H A DClientVolume.h71 Entry* GetEntry(dev_t volumeID, ino_t dirID,
73 Entry* GetEntry(Directory* directory,
76 const char* name, Entry** entry);
78 const char* name, Entry** entry);
H A DDirectory.cpp23 virtual Entry* NextEntry();
26 virtual Entry* GetCurrentEntry() const;
31 Entry* fCurrentEntry;
42 virtual Entry* NextEntry();
45 virtual Entry* GetCurrentEntry() const;
84 Entry*
90 Entry* entry = fCurrentEntry;
103 Entry*
172 Entry*
179 Entry* entr
[all...]
H A DDirectory.h18 virtual Entry* GetActualReferringEntry() const;
20 void AddEntry(Entry* entry);
21 void RemoveEntry(Entry* entry);
22 Entry* GetFirstEntry() const;
23 Entry* GetNextEntry(Entry* entry) const;
36 typedef DoublyLinkedList<Entry, Entry::GetDirEntryLink> EntryList;
H A DEntry.cpp0 // Entry.cpp
3 #include "Entry.h"
13 // Entry
16 Entry::Entry(Volume* volume, Directory* directory, const char* name, Node* node) function in class:Entry
26 Entry::~Entry()
32 Entry::InitCheck() const
39 Entry::GetVolume() const
46 Entry
[all...]
H A DEntry.h0 // Entry.h
16 // Entry
17 class Entry : public DoublyLinkedListLinkImpl<Entry> { class in inherits:DoublyLinkedListLinkImpl
19 Entry(Volume* volume, Directory* directory,
21 ~Entry();
48 DoublyLinkedListLink<Entry> fDirEntryLink;
52 struct Entry::GetDirEntryLink {
53 DoublyLinkedListLink<Entry>* operator()(Entry* entr
[all...]
H A DEntryRef.h6 #include <Entry.h>
H A DFDManager.cpp11 #include <Entry.h>
H A DNode.cpp13 #include "Entry.h"
67 Node::AddReferringEntry(Entry* entry)
76 Node::RemoveReferringEntry(Entry* entry)
83 Entry*
90 Entry*
91 Node::GetNextReferringEntry(Entry* entry) const
97 Entry*
108 Entry*
111 for (Entry* entry = GetFirstReferringEntry();
123 Entry*
[all...]
H A DNode.h12 #include "Entry.h"
15 class Entry;
32 void AddReferringEntry(Entry* entry);
33 void RemoveReferringEntry(Entry* entry);
34 Entry* FindReferringEntry(dev_t volumeID,
36 Entry* GetFirstReferringEntry() const;
37 Entry* GetNextReferringEntry(Entry* entry) const;
38 Entry* FindReferringEntry(const entry_ref& entryRef);
39 virtual Entry* GetActualReferringEntr
[all...]
H A DNodeHandle.h16 class Entry;
79 virtual Entry* NextEntry() = 0;
86 virtual Entry* GetCurrentEntry() const = 0;
H A DSecurityContext.cpp9 #include <Entry.h>
541 PermissionMap::Entry entry = it.Next();
679 PermissionMap::Entry entry = it.Next();
1051 PermissionMap::Entry entry = it.Next();
H A DVolume.cpp14 #include "Entry.h"
36 EntryKey(Entry* entry)
84 struct Volume::EntryMap : HashMap<EntryKey, Entry*> {
104 Entry* entry = it.Next().value;
249 Volume::AddEntry(Entry* entry)
261 Volume::RemoveEntry(Entry* entry)
272 Entry*
279 Entry*
H A DVolume.h9 class Entry;
30 status_t AddEntry(Entry* entry);
31 bool RemoveEntry(Entry* entry);
32 Entry* GetEntry(ino_t dirID, const char* name);
33 Entry* GetFirstEntry() const;
H A DVolumeManager.h7 #include <Entry.h>
17 class Entry;
59 status_t AddEntry(Entry* entry);
60 void RemoveEntry(Entry* entry);
61 void DeleteEntry(Entry* entry, bool keepNode);
62 Entry* GetEntry(dev_t volumeID, ino_t directoryID,
64 Entry* GetEntry(const entry_ref& ref);
67 Entry** entry);
76 status_t GetPath(Entry* entry, Path* path);
80 Entry* entr
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp27 KDebugFSMap::Entry entry = it.Next();
H A DSettings.cpp225 IOCtlInfoMap::Entry entry = it.Next();
249 IOCtlInfoMap::Entry entry = it.Next();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp14 #include <Entry.h>
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp23 #include <Entry.h>
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp306 CatMap::Entry entry;
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp33 #include <Entry.h>

Completed in 138 milliseconds

1234567891011>>