Searched refs:GetNodeRef (Results 1 - 25 of 88) sorted by path

1234

/haiku/headers/build/os/storage/
H A DStatable.h28 status_t GetNodeRef(node_ref *ref) const;
/haiku/headers/os/storage/
H A DStatable.h37 status_t GetNodeRef(node_ref* ref) const;
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp152 if (entry.GetNodeRef(&fNodeRef) == B_OK
165 && dir.GetNodeRef(&fNodeRef) == B_OK
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp254 file.GetNodeRef(&fNodeRef);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp78 fNodeRef = directory->GetNodeRef();
165 fNodeRef = directory->GetNodeRef();
H A DNode.cpp41 // GetNodeRef
43 Node::GetNodeRef() const function in class:Node
H A DNode.h28 node_ref GetNodeRef() const;
H A DNodeHandle.h30 const NodeRef& GetNodeRef() const;
H A DSecurityContext.cpp274 // GetNodeRef
276 Share::GetNodeRef() const function in class:Share
H A DSecurityContext.h62 const node_ref& GetNodeRef() const;
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp82 status_t status = dir.GetNodeRef(&nodeRef);
/haiku/src/apps/mail/
H A DQueryList.cpp241 if (entry.GetNodeRef(&nodeRef) == B_OK)
H A DQueryMenu.cpp269 entry.GetNodeRef(&node);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp73 node_ref GetNodeRef() { return fNodeRef; }; function in class:UninstallView::InfoItem
128 dir.GetNodeRef(&ref);
184 if (iter->GetNodeRef() == ref) {
199 packagesDir.GetNodeRef(&ref);
361 if (iter.GetNodeRef(&ref) != B_OK)
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp83 // GetNodeRef
85 Descriptor::GetNodeRef(NodeRef &ref) function in class:BPrivate::Descriptor
223 // GetNodeRef
225 DirectoryDescriptor::GetNodeRef(NodeRef &ref) function in class:BPrivate::DirectoryDescriptor
473 // GetNodeRef
475 AttrDirDescriptor::GetNodeRef(NodeRef &ref) function in class:BPrivate::AttrDirDescriptor
H A Dfs_descriptors.h36 virtual status_t GetNodeRef(NodeRef &ref);
63 virtual status_t GetNodeRef(NodeRef &ref);
118 virtual status_t GetNodeRef(NodeRef &ref);
/haiku/src/kits/device/
H A DUSBRoster.cpp69 entry.GetNodeRef(&fNode);
/haiku/src/kits/print/
H A DPrinterRoster.cpp30 BNode(path.Path()).GetNodeRef(&fUserPrintersNodRef);
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp102 || entry.GetNodeRef(&entryInfo.nref) != B_OK) {
158 && directory.GetNodeRef(&nodeRef) == B_OK) {
520 if (directory.GetNodeRef(&dirNodeRef) != B_OK
686 if (entry.GetNodeRef(&addOnRef) == B_OK) {
H A DVolume.cpp235 && traversedEntry.GetNodeRef(&entryNodeRef) == B_OK
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp178 entry.GetNodeRef(&nref);
H A DFSUndoRedo.cpp156 if (entry.GetNodeRef(&source) != B_OK)
H A DTrashWatcher.cpp138 trashDir.GetNodeRef(&trashNode);
194 trashDir.GetNodeRef(&trash_node);
H A DVirtualDirectoryManager.cpp497 error = definitionFile.GetNodeRef(&nodeRef);
713 status_t error = BEntry(&entryRef).GetNodeRef(&nodeRef);
/haiku/src/libs/print/libprint/
H A DPrinterData.cpp75 if (fNode->GetNodeRef(&nref) != B_OK)

Completed in 114 milliseconds

1234