Searched refs:PackagesDirectoryRef (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/package/
H A DInstallationLocationInfo.h33 const node_ref& PackagesDirectoryRef() const;
/haiku/src/servers/package/
H A DVolume.h104 const node_ref& PackagesDirectoryRef() const;
106 { return PackagesDirectoryRef().device; }
108 { return PackagesDirectoryRef().node; }
H A DVolume.cpp300 status_t error = watch_node(&PackagesDirectoryRef(), B_WATCH_DIRECTORY,
335 if (packagesDirectory.SetTo(&PackagesDirectoryRef()) == B_OK) {
699 Volume::PackagesDirectoryRef() const function in class:Volume
848 || node_ref(deviceID, directoryID) != PackagesDirectoryRef()) {
940 NotOwningEntryRef(PackagesDirectoryRef(), name),
1004 status_t error = directory.SetTo(&PackagesDirectoryRef());
1280 const node_ref packagesDirRef(PackagesDirectoryRef());
1458 status_t error = directory.SetTo(&PackagesDirectoryRef());
H A DCommitTransactionHandler.cpp351 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
488 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
603 = packagesDirectory.SetTo(&fVolume->PackagesDirectoryRef());
669 fVolume->PackagesDirectoryRef());
864 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
1318 = packagesDirectory.SetTo(&fVolume->PackagesDirectoryRef());
1353 fVolume->PackagesDirectoryRef());
1637 status_t error = directory.SetTo(&fVolume->PackagesDirectoryRef());
1664 status_t error = directory.SetTo(&fVolume->PackagesDirectoryRef());
1703 FSUtils::Entry(fVolume->PackagesDirectoryRef(), filePat
[all...]
/haiku/src/kits/package/
H A DInstallationLocationInfo.cpp79 BInstallationLocationInfo::PackagesDirectoryRef() const function in class:BPackageKit::BInstallationLocationInfo
H A DDaemonClient.cpp160 entryRef.device = info.PackagesDirectoryRef().device;
161 entryRef.directory = info.PackagesDirectoryRef().node;

Completed in 55 milliseconds