Home
last modified time | relevance | path

Searched refs:DeriveInstallLocation (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/util/
H A DPackageKitUtils.cpp26 BPackageInstallationLocation installationLocation = DeriveInstallLocation(package); in DeriveLocalFilePath()
60 PackageKitUtils::DeriveInstallLocation(const PackageInfoRef package) in DeriveInstallLocation() function in PackageKitUtils
H A DPackageKitUtils.h23 DeriveInstallLocation(const PackageInfoRef package);
/haiku/src/apps/haikudepot/packagemanagement/
H A DAbstractPackageProcess.cpp31 fInstallLocation = PackageKitUtils::DeriveInstallLocation(package.Get()); in AbstractPackageProcess()