fPackageLinksDirectory
status_t error = fPackageLinksDirectory->AddPackage(package);
fPackageLinksDirectory->RemovePackage(package);
fPackageLinksDirectory->UpdatePackageDependencies(package);
if (fPackageLinksDirectory != NULL)
fPackageLinksDirectory->ReleaseReference();
fPackageLinksDirectory = new(std::nothrow) PackageLinksDirectory;
if (fPackageLinksDirectory == NULL)
status_t error = fPackageLinksDirectory->Init(
{ return fPackageLinksDirectory; }
PackageLinksDirectory* fPackageLinksDirectory;