/system/apex/apexd/ |
D | apexd_verity_test.cpp | 32 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
|
D | apexd_verity.cpp | 40 namespace apex { namespace 60 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree() 156 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
D | apexd_test_utils.h | 157 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo() 344 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
|
D | apex_manifest.cpp | 28 namespace apex { namespace
|
D | apexd_private.cpp | 33 namespace apex { namespace
|
D | apexd_lifecycle.cpp | 31 namespace apex { namespace
|
D | apexd.cpp | 110 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 …]
|
D | apex_shim.cpp | 39 namespace apex { namespace 64 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
D | apex_file_repository_test.cpp | 35 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
|
D | apex_file.cpp | 49 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()
|
D | apexd_checkpoint_vold.cpp | 31 namespace apex { namespace
|
/system/apex/docs/ |
D | README.md | 560 ### 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/ |
D | context.cc | 83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex() 88 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 100 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local 111 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
|
/system/linkerconfig/contents/section/ |
D | unrestricted.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
D | vendor.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
D | product.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
|
D | isolated.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
D | system.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|
D | legacy.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
D | apexdefault.cc | 54 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
|
D | sectionbuilder.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
/system/apex/libs/libapexutil/ |
D | apexutil.cpp | 52 namespace apex { namespace
|
D | apexutil_test.cpp | 62 namespace apex { namespace
|
/system/apex/tests/src/com/android/tests/apex/host/ |
D | ApexCompressionTests.java | 123 final File apex = mHostUtils.getTestFile(fileName); in pushTestApex() local 416 final File apex = mHostUtils.getTestFile( in testOrphanedDecompressedApexInActiveDirIsIgnored() local
|