Searched refs:node_ref (Results 26 - 50 of 190) sorted by relevance

12345678

/haiku/headers/private/print/
H A DJobs.h64 node_ref fNode; // the node of the job file
85 const node_ref& NodeRef() const { return fNode; }
110 Job* Find(node_ref* node);
113 void EntryCreated(node_ref* node, entry_ref* entry);
114 void EntryRemoved(node_ref* node);
115 void AttributeChanged(node_ref* node);
H A DPrinter.h30 BPrinter(const node_ref& nodeRef);
36 status_t SetTo(const node_ref& nodeRef);
/haiku/src/servers/package/
H A DPackageDaemon.h40 status_t _GetOrCreateRoot(const node_ref& nodeRef,
42 Root* _FindRoot(const node_ref& nodeRef) const;
H A DVolumeState.h23 Package* FindPackage(const node_ref& nodeRef) const;
56 VolumeState::FindPackage(const node_ref& nodeRef) const
H A DPackage.h28 const node_ref& NodeRef() const
90 typedef node_ref KeyType;
93 size_t HashKey(const node_ref& key) const
103 bool Compare(const node_ref& key, const Package* value) const
H A DRoot.h32 status_t Init(const node_ref& nodeRef,
35 const node_ref& NodeRef() const { return fNodeRef; }
88 node_ref fNodeRef;
H A DPackageFileManager.h31 const node_ref& newDirectory);
/haiku/src/kits/tracker/
H A DVirtualDirectoryEntryList.h27 const node_ref& definitionFileRef,
47 node_ref fDefinitionFileRef;
H A DPendingNodeMonitorCache.cpp45 PendingNodeMonitorEntry::PendingNodeMonitorEntry(const node_ref* node,
63 PendingNodeMonitorEntry::Match(const node_ref* node) const
95 node_ref node;
105 PendingNodeMonitorCache::RemoveEntries(const node_ref* nodeRef)
H A DVirtualDirectoryManager.cpp46 const node_ref& definitionFileNodeRef,
84 const node_ref& DefinitionFileNodeRef() const
109 const node_ref& ChildDefinitionsDirectoryRef() const
114 void SetChildDefinitionsDirectoryRef(const node_ref& ref)
128 Info* CreateChild(const node_ref& definitionFileNodeRef,
164 node_ref fDefinitionFileNodeRef;
167 node_ref fChildDefinitionsDirectoryRef;
177 RootInfo(const node_ref& definitionFileNodeRef,
237 if (node_ref(st.st_dev, st.st_ino) != fInfo->DefinitionFileNodeRef())
325 const node_ref
[all...]
H A DNodePreloader.h72 Model* FindModel(node_ref) const;
H A DDesktopPoseView.h69 virtual bool Represents(const node_ref*) const;
/haiku/src/preferences/printers/
H A DPrinterListView.h56 PrinterItem* _FindItem(node_ref* node) const;
58 void EntryCreated(node_ref* node,
60 void EntryRemoved(node_ref* node);
61 void AttributeChanged(node_ref* node);
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.h35 node_ref fPackageNodeRef;
36 // node_ref to watch for changes to package-repositories directory
/haiku/src/build/libbe/storage/
H A DNode.cpp30 // #pragma mark - node_ref
33 node_ref::node_ref() function in class:node_ref
41 node_ref::node_ref(const node_ref& other) function in class:node_ref
51 node_ref::operator==(const node_ref& other) const
58 node_ref::operator!=(const node_ref
[all...]
/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);
154 node_ref fNodeRef;
/haiku/src/kits/storage/
H A DNode.cpp32 // #pragma mark - node_ref
35 node_ref::node_ref() function in class:node_ref
43 node_ref::node_ref(dev_t device, ino_t node) function in class:node_ref
51 node_ref::node_ref(const node_ref& other) function in class:node_ref
61 node_ref::operator==(const node_ref
[all...]
/haiku/src/apps/mail/
H A DPeople.h58 const node_ref& nodeRef);
61 typedef std::map<node_ref, Person*> PersonMap;
82 const node_ref& nodeRef);
/haiku/src/servers/print/
H A DPrintServerApp.h78 void EntryCreated(node_ref* node, entry_ref* entry);
79 void EntryRemoved(node_ref* node);
80 void AttributeChanged(node_ref* node);
/haiku/src/apps/webpositive/
H A DBookmarkBar.h41 node_ref fNodeRef;
/haiku/src/apps/musiccollection/
H A DFileMonitor.h23 node_ref node;
33 operator()(const node_ref& a, const node_ref& b) const
40 typedef std::map<node_ref, WatchedFile, NodeRefComp> WatchedFileList;
/haiku/headers/build/os/storage/
H A DStatable.h14 struct node_ref;
28 status_t GetNodeRef(node_ref *ref) const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DUserSecurityContext.cpp74 UserSecurityContext::GetNodePermissions(const node_ref& ref) const
91 UserSecurityContext::GetNodePermissions(const node_ref& ref,
/haiku/headers/private/storage/
H A DPathMonitor.h68 virtual status_t WatchNode(const node_ref* node, uint32 flags,
70 virtual status_t WatchNode(const node_ref* node, uint32 flags,
/haiku/headers/os/storage/
H A DStatable.h15 struct node_ref;
37 status_t GetNodeRef(node_ref* ref) const;

Completed in 263 milliseconds

12345678