Lines Matching refs:GetManifest

155                    apex.GetManifest().name()) != kBootstrapApexes.end();  in IsBootstrapApex()
358 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles()
413 if (!MessageDifferencer::Equals(*verified_manifest, apex.GetManifest())) { in VerifyMountedImage()
483 auto public_key = instance.GetPublicKey(apex.GetManifest().name()); in MountPackageImpl()
552 if (apex.GetManifest().nocode()) { in MountPackageImpl()
586 const std::string& id = GetPackageId(apex.GetManifest()); in GetHashTreeFileName()
594 const std::string& package_id = GetPackageId(apex.GetManifest()); in VerifyAndTempMountPackage()
613 gMountedApexes.AddMountedApex(apex.GetManifest().name(), false, *ret); in VerifyAndTempMountPackage()
673 apexd_private::GetPackageTempMountPoint(apex.GetManifest()); in RunVerifyFnInsideTempMount()
689 gMountedApexes.RemoveMountedApex(apex.GetManifest().name(), apex.GetPath(), in RunVerifyFnInsideTempMount()
718 if (!(apex_file.GetManifest().*fn)().empty()) { in PrePostinstallPackages()
731 apexd_private::GetPackageTempMountPoint(apex.GetManifest()); in PrePostinstallPackages()
733 apexd_private::GetTempMountedApexData(apex.GetManifest().name()); in PrePostinstallPackages()
800 auto public_key = instance.GetPublicKey(apex_file.GetManifest().name()); in VerifyPackageBoot()
926 GetPackageId(apex_file.GetManifest()).c_str(), in BackupActivePackages()
997 LOG(INFO) << "Unmounting " << GetPackageId(apex.GetManifest()); in UnmountPackage()
999 const ApexManifest& manifest = apex.GetManifest(); in UnmountPackage()
1053 gMountedApexes.AddMountedApex(apex.GetManifest().name(), false, *ret); in MountPackage()
1060 const ApexManifest& manifest = apex.GetManifest(); in UnmountTempMount()
1238 const ApexManifest& manifest = apex_file.GetManifest(); in ActivatePackageImpl()
1270 if (static_cast<uint64_t>(other_apex->GetManifest().version()) == in ActivatePackageImpl()
1275 if (static_cast<uint64_t>(other_apex->GetManifest().version()) > in ActivatePackageImpl()
1351 GetPackageId(apex_file->GetManifest())); in ActivatePackage()
1454 const ApexManifest& manifest = package.GetManifest(); in GetActivePackagesMap()
1470 decompressed_pkg_names.push_back(apex.GetManifest().name()); in GetFactoryPackages()
1493 apex_file->GetManifest().name()) != in GetFactoryPackages()
1507 if (apex.GetManifest().name() == packageName) { in GetActivePackage()
1582 std::string device_name = GetPackageId(apex->GetManifest()); in ActivateApexWorker()
1663 if (apex.GetManifest().providesharedapexlibs()) { in ActivateMissingApexes()
1673 const std::string& name = apex.GetManifest().name(); in ActivateMissingApexes()
2066 session.AddApexName(apex_file->GetManifest().name()); in ScanStagedSessionsDirAndStage()
2111 GetPackageId(apex_file.GetManifest()).c_str(), in StageDestPath()
2198 staged_packages.insert(apex_file.GetManifest().name()); in StagePackages()
2520 const bool higher_version = a.GetManifest().version() > version_b; in SelectApexForActivation()
2523 a.GetManifest().version() == version_b && in SelectApexForActivation()
2534 a.GetManifest().providesharedapexlibs(); in SelectApexForActivation()
2540 (a.GetManifest().version() != version_b)) { in SelectApexForActivation()
2542 << a.GetManifest().name() << " " << a.GetPath(); in SelectApexForActivation()
2548 (a.GetManifest().version() >= version_b)) { in SelectApexForActivation()
2550 << a.GetManifest().name() << " " << a.GetPath(); in SelectApexForActivation()
2554 LOG(DEBUG) << "Selecting between two APEX: " << a.GetManifest().name() in SelectApexForActivation()
2562 const int version_0 = apex_files[0].get().GetManifest().version(); in SelectApexForActivation()
2563 const int version_1 = apex_files[1].get().GetManifest().version(); in SelectApexForActivation()
2592 GetPackageId(capex.GetManifest()).c_str(), in ProcessCompressedApex()
2615 GetPackageId(capex.GetManifest()).c_str(), in ProcessCompressedApex()
2737 if (capex.GetManifest().version() != apex.GetManifest().version()) { in ValidateDecompressedApex()
2745 capex.GetManifest().capexmetadata().originalapexdigest() != in ValidateDecompressedApex()
3072 if (latest && !apex->GetManifest().providesharedapexlibs()) { in UnmountAll()
3149 .GetManifest() in ShouldAllocateSpaceForDecompression()
3158 const int64_t data_version = data_apex.get().GetManifest().version(); in ShouldAllocateSpaceForDecompression()
3173 instance.GetPreinstalledPath(apex.GetManifest().name()); in CollectApexInfoList()
3187 apex.GetManifest().name(), apex.GetPath(), preinstalled_module_path, in CollectApexInfoList()
3188 apex.GetManifest().version(), apex.GetManifest().versionname(), in CollectApexInfoList()
3470 const auto& cur_manifest = cur_apex.GetManifest(); in CheckSupportsNonStagedInstall()
3471 const auto& new_manifest = new_apex.GetManifest(); in CheckSupportsNonStagedInstall()
3551 if (!ConsumePrefix(&dm_name, apex.GetManifest().name())) { in ComputePackageIdMinor()
3570 << apex.GetManifest().name(); in ComputePackageIdMinor()
3575 GetPackageId(apex.GetManifest()).c_str(), next_minor); in ComputePackageIdMinor()
3613 const std::string& module_name = temp_apex->GetManifest().name(); in InstallPackage()
3645 std::string new_id = GetPackageId(temp_apex->GetManifest()) + "_" + in InstallPackage()
3665 std::string old_new_id = GetPackageId(temp_apex->GetManifest()) + "_" + in InstallPackage()