Home
last modified time | relevance | path

Searched defs:apex (Results 1 – 25 of 52) sorted by relevance

123

/system/apex/apexd/
Dapexd_verity_test.cpp32 namespace apex { namespace
49 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
81 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
118 auto apex = in TEST() local
Dapexd_verity.cpp42 namespace apex { namespace
62 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree()
158 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
Dapexd.cpp111 namespace apex { namespace
164 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex()
417 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
436 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
619 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()
627 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
787 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
1102 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage()
1151 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage()
1168 Result<void> UnmountTempMount(const ApexFile& apex) { in UnmountTempMount()
[all …]
Dapexd_private.cpp31 namespace apex { namespace
Dapex_manifest.cpp28 namespace apex { namespace
Dapexd_lifecycle.cpp32 namespace apex { namespace
Dapex_file.cpp49 namespace apex { namespace
201 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter()
238 Result<std::span<const uint8_t>> VerifyVbMetaSignature(const ApexFile& apex, in VerifyVbMetaSignature()
267 Result<std::unique_ptr<uint8_t[]>> VerifyVbMeta(const ApexFile& apex, in VerifyVbMeta()
Dapex_shim.cpp39 namespace apex { namespace
79 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
Dapex_file_repository_test.cpp37 namespace apex { namespace
91 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local
287 auto apex = ApexFile::Open(*path); in TEST() local
322 auto apex = ApexFile::Open(*path); in TEST() local
549 auto apex = in TEST() local
574 auto apex = ApexFile::Open( in TEST() local
598 PayloadMetadata& apex(const std::string& name, in apex() function
603 auto apex = metadata.add_apexes(); in apex() local
/system/apex/docs/
DREADME.md560 ### Compressed APEX file format
585 ### Building compressed apex
626 ### Supported compression algorithms
630 ### Activating compressed apex during boot
662 ### Interaction with OTA
/system/apex/tests/app/src/com/android/tests/apex/app/
DVendorApexTests.java74 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
82 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java87 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local
98 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
/system/linkerconfig/contents/context/
Dcontext.cc83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex()
88 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
/system/linkerconfig/contents/section/
Dsystem.cc51 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
Disolated.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
Dlegacy.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
Dproduct.cc48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
Dunrestricted.cc50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
Dvendor.cc51 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
Dapexdefault.cc56 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
Dsectionbuilder.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
/system/linkerconfig/contents/namespace/
Dsphal.cc51 for (const auto& apex : ctx.GetApexModules()) { in BuildSphalNamespace() local
/system/apex/libs/libapexutil/
Dapexutil.cpp52 namespace apex { namespace
/system/apex/tests/src/com/android/tests/apex/host/
DVendorApexTests.java105 final File apex = buildHelper.getTestFile(fileName); in pushPreinstalledApex() local
/system/linkerconfig/contents/tests/configuration/
Dapexconfig_test.cc163 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"missing.so"}); in TEST_F() local
186 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"other.so"}); in TEST_F() local

123