Searched refs:node_ref (Results 1 - 25 of 190) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DNodeRef.h13 node_ref::node_ref() function in class:node_ref
22 node_ref::node_ref(dev_t device, ino_t node) function in class:node_ref
31 node_ref::node_ref(const node_ref& other) function in class:node_ref
40 node_ref::operator==(const node_ref& other) const
47 node_ref
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.h36 const node_ref& definitionFileNodeRef,
39 node_ref* _definitionFileNodeRef = NULL,
43 const node_ref& definitionFileRef,
47 const node_ref& definitionFileRef,
48 node_ref& _rootDefinitionFileRef);
50 const node_ref& baseDefinitionRef,
52 entry_ref& _entryRef, node_ref& _nodeRef);
54 const node_ref& subDirDefinitionRef,
55 entry_ref& _entryRef, node_ref& _nodeRef);
58 const node_ref
[all...]
H A DPendingNodeMonitorCache.h58 PendingNodeMonitorEntry(const node_ref* node, const BMessage*);
60 bool Match(const node_ref*) const;
66 node_ref fNode;
75 void RemoveEntries(const node_ref*);
H A DTrashWatcher.h53 bool IsTrashNode(const node_ref*) const;
63 BObjectList<node_ref> fTrashNodeList;
H A DFSClipboard.h49 node_ref node;
62 void AddNode(const node_ref* node);
63 void RemoveNode(node_ref* node, bool removeFromClipboard = false);
65 void UpdateNode(node_ref* node, entry_ref* ref);
67 // void UpdatePoseViews(bool clearClipboard, const node_ref* node);
91 uint32 FSClipboardAddPoses(const node_ref* directory, PoseList* list,
93 uint32 FSClipboardRemovePoses(const node_ref* directory, PoseList* list);
H A DTracker.h98 bool IsTrashNode(const node_ref* node) const;
102 const node_ref* parent);
106 const node_ref* parent);
109 void SelectPoseAtLocationSoon(node_ref parent, BPoint location);
124 static status_t WatchNode(const node_ref*, uint32 flags,
138 void CloseParent(node_ref closeThis);
142 BContainerWindow* FindContainerWindow(const node_ref*,
174 const node_ref* parent);
176 const node_ref* closeThis, const BMessage* messageToBundle);
178 const node_ref* paren
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeRef.h8 struct NodeRef : node_ref {
11 NodeRef(const node_ref& ref)
12 : node_ref(ref)
23 : node_ref(other)
33 NodeRef& operator=(const node_ref& other)
35 node_ref::operator=(other);
39 bool operator==(const node_ref& other) const
41 return node_ref::operator==(other);
H A DNodeMonitor.h8 struct node_ref;
20 status_t StartWatching(const node_ref& ref);
21 status_t StopWatching(const node_ref& ref);
H A DUserSecurityContext.h26 Permissions GetNodePermissions(const node_ref& ref) const;
29 Permissions GetNodePermissions(const node_ref& ref,
H A DSecurityContext.h53 status_t Init(const char* name, const node_ref& ref,
62 const node_ref& GetNodeRef() const;
69 node_ref fNodeRef;
97 status_t AddShare(const char* name, const node_ref& ref,
108 status_t SetNodePermissions(const node_ref& ref,
112 void ClearNodePermissions(const node_ref& ref,
116 Permissions GetNodePermissions(const node_ref& ref,
126 node_ref* ref = NULL);
127 status_t _AddNodePath(const node_ref& ref,
130 const node_ref
[all...]
/haiku/headers/os/package/
H A DInstallationLocationInfo.h30 const node_ref& BaseDirectoryRef() const;
31 status_t SetBaseDirectoryRef(const node_ref& ref);
33 const node_ref& PackagesDirectoryRef() const;
34 status_t SetPackagesDirectoryRef(const node_ref& ref);
56 node_ref fBaseDirectoryRef;
57 node_ref fPackageDirectoryRef;
/haiku/src/kits/package/
H A DInstallationLocationInfo.cpp39 fBaseDirectoryRef = node_ref();
40 fPackageDirectoryRef = node_ref();
63 const node_ref&
71 BInstallationLocationInfo::SetBaseDirectoryRef(const node_ref& ref)
78 const node_ref&
86 BInstallationLocationInfo::SetPackagesDirectoryRef(const node_ref& ref)
/haiku/headers/private/print/
H A DFolderWatcher.h47 virtual void EntryCreated(node_ref* node, entry_ref* entry) {};
49 virtual void EntryRemoved(node_ref* node) {};
51 virtual void AttributeChanged(node_ref* node) {};
66 bool BuildNodeRef(BMessage* msg, node_ref* node);
87 status_t StartAttrWatching(node_ref* node);
88 status_t StopAttrWatching(node_ref* node);
/haiku/headers/os/storage/
H A DNode.h18 struct node_ref { struct
19 node_ref();
20 node_ref(dev_t device, ino_t node);
21 node_ref(const node_ref& other);
23 bool operator==(const node_ref& other) const;
24 bool operator!=(const node_ref& other) const;
25 bool operator<(const node_ref& other) const;
26 node_ref& operator=(const node_ref
[all...]
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h20 node_ref nref;
21 node_ref dir_nref;
22 node_ref addon_nref;
45 virtual status_t AddDirectory(const node_ref* nref,
83 node_ref nref;
89 bool _FindEntry(const node_ref& entry,
96 bool _HasEntry(const node_ref& entry,
104 const node_ref& directoryNodeRef,
111 const node_ref& directoryNodeRef,
H A DNotOwningEntryRef.h37 NotOwningEntryRef(const node_ref& directoryRef, const char* name)
60 NotOwningEntryRef& SetTo(const node_ref& directoryRef, const char* name)
65 node_ref DirectoryNodeRef() const
67 return node_ref(device, directory);
70 NotOwningEntryRef& SetDirectoryNodeRef(const node_ref& directoryRef)
H A DEntryOperationEngineBase.h20 struct node_ref;
39 Entry(const node_ref& directoryRef,
58 const node_ref* fDirectoryRef;
/haiku/headers/build/os/storage/
H A DNode.h17 /*! <b>node_ref</b> - A node reference.
23 struct node_ref { struct
24 node_ref();
25 node_ref(const node_ref &ref);
27 bool operator==(const node_ref &ref) const;
28 bool operator!=(const node_ref &ref) const;
29 node_ref& operator=(const node_ref &ref);
31 bool operator<(const node_ref
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h32 const node_ref& NodeRef() const
58 node_ref fNodeRef;
64 typedef const node_ref& KeyType;
67 size_t HashKey(const node_ref& key) const
77 bool Compare(const node_ref& key, const PackagesDirectory* value) const
/haiku/src/servers/bluetooth/
H A DDeviceManager.h32 status_t AddDirectory(node_ref* nref);
33 status_t RemoveDirectory(node_ref* nref);
/haiku/src/apps/mail/
H A DQueryList.h28 const node_ref& nodeRef) = 0;
32 typedef std::map<node_ref, entry_ref> RefMap;
53 void _RemoveEntry(const node_ref& nodeRef);
56 void _NotifyEntryRemoved(const node_ref& nodeRef);
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp21 Looper(node_ref& nodeRef);
27 node_ref fNodeRef;
31 Looper::Looper(node_ref& nodeRef)
63 node_ref nodeRef;
/haiku/src/kits/print/
H A DFolderWatcher.cpp60 node_ref node;
67 node_ref ref;
74 node_ref ref;
103 bool FolderWatcher::BuildNodeRef(BMessage* msg, node_ref* node) {
109 node_ref node;
119 node_ref node;
127 node_ref node;
135 node_ref folder;
169 status_t FolderWatcher::StartAttrWatching(node_ref* node) {
173 status_t FolderWatcher::StopAttrWatching(node_ref* nod
[all...]
/haiku/src/servers/package/
H A DPackageFile.h34 const node_ref& NodeRef() const
39 const node_ref& DirectoryRef() const
41 void SetDirectoryRef(const node_ref& directoryRef)
73 node_ref fNodeRef;
74 node_ref fDirectoryRef;
/haiku/src/servers/app/font/
H A DFontStyle.h26 struct node_ref;
41 FontStyle(node_ref& nodeRef, const char* path,
45 const node_ref& NodeRef() const { return fNodeRef; }
122 void UpdatePath(const node_ref& parentNodeRef);
153 node_ref fNodeRef;

Completed in 120 milliseconds

12345678