Searched refs:directoryRef (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/storage/
H A DNotOwningEntryRef.h37 NotOwningEntryRef(const node_ref& directoryRef, const char* name) argument
39 SetTo(directoryRef, name);
60 NotOwningEntryRef& SetTo(const node_ref& directoryRef, const char* name) argument
62 return SetTo(directoryRef.device, directoryRef.node, name);
70 NotOwningEntryRef& SetDirectoryNodeRef(const node_ref& directoryRef) argument
72 device = directoryRef.device;
73 directory = directoryRef.node;
H A DEntryOperationEngineBase.h39 Entry(const node_ref& directoryRef,
/haiku/src/servers/package/
H A DPackageFile.h41 void SetDirectoryRef(const node_ref& directoryRef) argument
42 { fDirectoryRef = directoryRef; }
/haiku/src/kits/storage/
H A DEntryOperationEngineBase.cpp62 BEntryOperationEngineBase::Entry::Entry(const node_ref& directoryRef, argument
69 fDirectoryRef(&directoryRef)
/haiku/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp30 process_refs(entry_ref directoryRef, BMessage* message, void*) argument
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp476 entry_ref directoryRef; local
477 if (entry.GetRef(&directoryRef) == B_OK) {
480 message->AddRef("refs", &directoryRef);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp497 entry_ref directoryRef; local
499 if (message->FindRef("directory", &directoryRef) != B_OK
503 BDirectory directory(&directoryRef);
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp486 const node_ref& directoryRef local
488 NotOwningEntryRef entryRef(directoryRef, _entryRef.name);
H A DContainerWindow.cpp266 AddOnThread(BMessage* refsMessage, entry_ref addOnRef, entry_ref directoryRef) argument
285 (*processRefs)(directoryRef, refsMessage, NULL);

Completed in 73 milliseconds