/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 | 43 namespace apex { namespace 63 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree() 159 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
D | apexd.cpp | 111 namespace apex { namespace 163 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex() 447 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage() 466 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl() 649 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName() 657 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage() 820 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount() 1095 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage() 1144 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage() 1161 Result<void> UnmountTempMount(const ApexFile& apex) { in UnmountTempMount() [all …]
|
D | apex_manifest.cpp | 28 namespace apex { namespace
|
D | apexd_private.cpp | 33 namespace apex { namespace
|
D | apex_file.cpp | 49 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()
|
D | apexd_lifecycle.cpp | 34 namespace apex { namespace
|
D | apex_shim.cpp | 39 namespace apex { namespace 73 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
D | apex_file_repository_test.cpp | 37 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
|
D | apexd_test_utils.h | 163 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo() 488 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
|
/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/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 87 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local 98 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
|
/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/linkerconfig/contents/section/ |
D | system.cc | 51 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|
D | unrestricted.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
D | legacy.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
D | isolated.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
D | product.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
|
D | vendor.cc | 49 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
D | apexdefault.cc | 55 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
|
D | sectionbuilder.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
/system/linkerconfig/contents/namespace/ |
D | sphal.cc | 49 for (const auto& apex : ctx.GetApexModules()) { in BuildSphalNamespace() local
|
/system/apex/libs/libapexutil/ |
D | apexutil.cpp | 52 namespace apex { namespace
|
/system/apex/tools/ |
D | host_apex_verifier.cc | 53 namespace apex { namespace 138 auto apex = OR_FATAL(ApexFile::Open(apex_path)); in ScanApex() local
|
/system/apex/tests/src/com/android/tests/apex/host/ |
D | ApexCompressionTests.java | 123 final File apex = mHostUtils.getTestFile(fileName); in pushTestApex() local 417 final File apex = mHostUtils.getTestFile( in testOrphanedDecompressedApexInActiveDirIsIgnored() local
|