Home
last modified time | relevance | path

Searched refs:fPackageDirectoryRef (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/package/
H A DInstallationLocationInfo.cpp20 fPackageDirectoryRef(), in BInstallationLocationInfo()
40 fPackageDirectoryRef = node_ref(); in Unset()
81 return fPackageDirectoryRef; in PackagesDirectoryRef()
88 fPackageDirectoryRef = ref; in SetPackagesDirectoryRef()
89 return fPackageDirectoryRef == ref ? B_OK : B_NO_MEMORY; in SetPackagesDirectoryRef()
/haiku/headers/os/package/
H A DInstallationLocationInfo.h57 node_ref fPackageDirectoryRef; variable