DeriveLocalFilePath
if (PackageKitUtils::DeriveLocalFilePath(package, packagePath) != B_OK) {
if (PackageKitUtils::DeriveLocalFilePath(package, path) == B_OK) {
if (PackageKitUtils::DeriveLocalFilePath(package, packagePath) != B_OK) {
static status_t DeriveLocalFilePath(const PackageInfoRef package, BPath& result);