Searched refs:GetManifest (Results 1 – 15 of 15) sorted by relevance
61 if (!(f.GetManifest().*fn)().empty()) { in StageFnInstall()93 apexd_private::GetPackageMountPoint(apex.GetManifest()); in StageFnInstall()95 if (!apexd_private::IsMounted(apex.GetManifest().name(), apex.GetPath())) { in StageFnInstall()105 apexd_private::GetActiveMountPoint(apex.GetManifest()); in StageFnInstall()162 const ApexManifest& manifest = apex_file->GetManifest(); in RunFnInstall()
169 out.packageName = package.GetManifest().name(); in submitStagedSession()171 out.versionCode = package.GetManifest().version(); in submitStagedSession()261 out.packageName = package.GetManifest().name(); in getApexInfo()263 out.versionCode = package.GetManifest().version(); in getApexInfo()264 out.versionName = package.GetManifest().versionname(); in getApexInfo()284 return apexFile.GetManifest().name().compare( in contains()285 listFile.GetManifest().name()) == 0 && in contains()286 apexFile.GetManifest().version() == in contains()287 listFile.GetManifest().version(); in contains()382 aidl_return->packageName = apex->GetManifest().name(); in getActivePackage()[all …]
126 apex.GetManifest().name()) != kBootstrapApexes.end(); in isBootstrapApex()337 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles()571 const std::string& package_id = GetPackageId(apex.GetManifest()); in VerifyAndTempMountPackage()624 GetPackageTempMountPoint(apex.GetManifest()); in RunVerifyFnInsideTempMount()655 if (!(apex_file.GetManifest().*fn)().empty()) { in PrePostinstallPackages()866 GetPackageId(apex_file.GetManifest()).c_str(), in BackupActivePackages()1026 LOG(VERBOSE) << "Unmounting " << GetPackageId(apex.GetManifest()); in UnmountPackage()1028 const ApexManifest& manifest = apex.GetManifest(); in UnmountPackage()1072 MountPackageImpl(apex, mountPoint, GetPackageId(apex.GetManifest()), in MountPackage()1078 gMountedApexes.AddMountedApex(apex.GetManifest().name(), false, in MountPackage()[all …]
76 EXPECT_EQ("com.android.apex.test_package", apexFile->GetManifest().name()); in TEST()77 EXPECT_EQ(1u, apexFile->GetManifest().version()); in TEST()
52 const ApexManifest& GetManifest() const { return manifest_; } in GetManifest() function
176 return apex_file.GetManifest().name() == kApexCtsShimPackage; in IsShimApex()182 const ApexManifest& manifest = apex_file.GetManifest(); in ValidateShimApex()
68 ret.push_back(std::make_pair(apex_file->GetManifest().name(), in collectEmbedddedApexKeysFromDir()
263 if (keyName != apex.GetManifest().name()) { in getPublicKeyName()266 << apex.GetManifest().name() << "'" in getPublicKeyName()
308 const ApexManifest& manifest = apex_file->GetManifest(); in PrepareTestApexForInstall()992 apexd_private::GetPackageMountPoint(apex->GetManifest()); in RunPrePost()
86 bool GetManifest(const brillo::Blob& payload,
149 bool PayloadMetadata::GetManifest(const brillo::Blob& payload, in GetManifest() function in chromeos_update_engine::PayloadMetadata
583 EXPECT_TRUE(payload_metadata.GetManifest(state->delta, &manifest)); in ApplyDeltaFile()
554 if (!payload_metadata_.GetManifest(payload, &manifest_)) { in ParsePayloadMetadata()
118 TEST_AND_RETURN_FALSE(payload_metadata.GetManifest(payload, &manifest)); in AddSignatureBlobToPayload()238 TEST_AND_RETURN_FALSE(payload_metadata.GetManifest(payload, &manifest)); in VerifySignedPayload()
411 if (!payload_metadata.GetManifest(metadata, &manifest)) { in VerifyPayloadApplicable()