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

/haiku/headers/private/storage/
H A DNotOwningEntryRef.h26 class NotOwningEntryRef : public entry_ref { class in namespace:BPrivate
28 NotOwningEntryRef() function in class:BPrivate::NotOwningEntryRef
32 NotOwningEntryRef(dev_t device, ino_t directory, const char* name) function in class:BPrivate::NotOwningEntryRef
37 NotOwningEntryRef(const node_ref& directoryRef, const char* name) function in class:BPrivate::NotOwningEntryRef
42 NotOwningEntryRef(const entry_ref& other) function in class:BPrivate::NotOwningEntryRef
47 ~NotOwningEntryRef()
52 NotOwningEntryRef& SetTo(dev_t device, ino_t directory, const char* name)
60 NotOwningEntryRef& SetTo(const node_ref& directoryRef, const char* name)
70 NotOwningEntryRef& SetDirectoryNodeRef(const node_ref& directoryRef)
77 NotOwningEntryRef
[all...]
/haiku/src/servers/package/
H A DPackageFile.h15 #include <NotOwningEntryRef.h>
44 NotOwningEntryRef EntryRef() const;
84 inline NotOwningEntryRef
87 return NotOwningEntryRef(fDirectoryRef, fFileName);
H A DPackage.h32 NotOwningEntryRef EntryRef() const
H A DCommitTransactionHandler.cpp22 #include <NotOwningEntryRef.h>
390 NotOwningEntryRef(fTransactionDirectoryRef, packageName),
399 NotOwningEntryRef(fTransactionDirectoryRef,
557 NotOwningEntryRef entryRef(package->EntryRef());
622 NotOwningEntryRef entryRef(fTransactionDirectoryRef,
1284 NotOwningEntryRef entryRef(package->EntryRef());
1594 NotOwningEntryRef packageRef(package->EntryRef());
H A DVolume.cpp40 #include <NotOwningEntryRef.h>
940 NotOwningEntryRef(PackagesDirectoryRef(), name),
1067 NotOwningEntryRef entryRef(adminNode, kActivationFileName);
1202 NotOwningEntryRef entryRef(info.directoryDeviceID, info.directoryNodeID,
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.cpp15 #include <NotOwningEntryRef.h>
192 NotOwningEntryRef entryRef;
220 NotOwningEntryRef(entry->d_pdev, entry->d_pino,
284 NotOwningEntryRef entryRef;
308 NotOwningEntryRef poseEntryRef = *pose->TargetModel()->EntryRef();
388 NotOwningEntryRef fromEntryRef;
389 NotOwningEntryRef toEntryRef;
H A DVirtualDirectoryManager.cpp23 #include <NotOwningEntryRef.h>
431 NotOwningEntryRef entryRef(buffer->d_pdev, buffer->d_pino, buffer->d_name);
488 NotOwningEntryRef entryRef(directoryRef, _entryRef.name);
/haiku/src/kits/storage/
H A DPathMonitor.cpp27 #include <NotOwningEntryRef.h>
142 const NotOwningEntryRef& EntryRef() const
224 NotOwningEntryRef fEntryRef;
296 inline NotOwningEntryRef EntryRef() const;
524 inline NotOwningEntryRef
527 return NotOwningEntryRef(fParent->NodeRef(), fName);
563 bool _EntryCreated(const NotOwningEntryRef& entryRef,
566 bool _EntryRemoved(const NotOwningEntryRef& entryRef,
1060 NotOwningEntryRef entryRef;
1092 NotOwningEntryRef entryRe
[all...]
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp29 #include <NotOwningEntryRef.h>
360 NotOwningEntryRef entryRef;
378 NotOwningEntryRef fromEntryRef;
379 NotOwningEntryRef toEntryRef;

Completed in 80 milliseconds