Home
last modified time | relevance | path

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

12

/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.cpp40 namespace apex { namespace
60 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree()
156 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
Dapexd_test_utils.h157 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
344 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
Dapex_manifest.cpp28 namespace apex { namespace
Dapexd_private.cpp33 namespace apex { namespace
Dapexd_lifecycle.cpp31 namespace apex { namespace
Dapexd.cpp110 namespace apex { namespace
153 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex()
404 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
423 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
585 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()
593 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
666 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
727 for (const ApexFile& apex : apexes) { in PrePostinstallPackages() local
995 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage()
1044 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage()
[all …]
Dapex_shim.cpp39 namespace apex { namespace
64 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
Dapex_file_repository_test.cpp35 namespace apex { namespace
89 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local
201 auto apex = ApexFile::Open(*path); in TEST() local
236 auto apex = ApexFile::Open(*path); in TEST() local
463 auto apex = in TEST() local
488 auto apex = ApexFile::Open( in TEST() local
Dapex_file.cpp49 namespace apex { namespace
209 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter()
246 Result<std::span<const uint8_t>> VerifyVbMetaSignature(const ApexFile& apex, in VerifyVbMetaSignature()
275 Result<std::unique_ptr<uint8_t[]>> VerifyVbMeta(const ApexFile& apex, in VerifyVbMeta()
Dapexd_checkpoint_vold.cpp31 namespace apex { namespace
/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/linkerconfig/contents/context/
Dcontext.cc83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex()
88 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java100 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local
111 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
/system/linkerconfig/contents/section/
Dunrestricted.cc50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
Dvendor.cc48 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
Dproduct.cc48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
Disolated.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
Dsystem.cc50 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
Dlegacy.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
Dapexdefault.cc54 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
Dsectionbuilder.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
/system/apex/libs/libapexutil/
Dapexutil.cpp52 namespace apex { namespace
Dapexutil_test.cpp62 namespace apex { namespace
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java123 final File apex = mHostUtils.getTestFile(fileName); in pushTestApex() local
416 final File apex = mHostUtils.getTestFile( in testOrphanedDecompressedApexInActiveDirIsIgnored() local

12