/system/apex/apexd/ |
D | apex_sha.cpp | 31 namespace apex { namespace 37 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local 64 std::ifstream apex(path, std::ios::binary); in CalculateSha256() local
|
D | apexd_verity_test.cpp | 33 namespace apex { namespace 51 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local 83 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local 120 auto apex = in TEST() local
|
D | apexd_verity.cpp | 42 namespace apex { namespace 62 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree() 158 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
D | apexd.cpp | 116 namespace apex { namespace 172 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex() 438 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage() 457 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl() 641 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName() 649 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage() 781 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount() 1094 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage() 1149 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage() 1166 Result<void> UnmountTempMount(const ApexFile& apex) { in UnmountTempMount() [all …]
|
D | apexd_private.cpp | 31 namespace apex { namespace
|
D | apex_manifest.cpp | 28 namespace apex { namespace
|
D | apexd_lifecycle.cpp | 32 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 | apex_file_repository_test.cpp | 38 namespace apex { namespace 93 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local 289 auto apex = ApexFile::Open(*path); in TEST() local 324 auto apex = ApexFile::Open(*path); in TEST() local 551 auto apex = in TEST() local 576 auto apex = ApexFile::Open( in TEST() local 609 PayloadMetadata& apex(const std::string& name) { in apex() function 612 PayloadMetadata& apex(const std::string& name, in apex() function 614 auto apex = metadata.add_apexes(); in apex() local
|
D | apexd_vendor_apex.cpp | 32 namespace apex { namespace
|
/system/apex/docs/ |
D | README.md | 519 ### Compressed APEX file format 544 ### Building compressed apex 585 ### Supported compression algorithms 589 ### Activating compressed apex during boot 621 ### Interaction with OTA
|
/system/apex/tests/app/src/com/android/tests/apex/app/ |
D | VendorApexTests.java | 80 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local 88 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
|
/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/apex/tools/ |
D | host_apex_verifier.cc | 54 namespace apex { namespace 139 auto apex = OR_FATAL(ApexFile::Open(apex_path)); in ScanApex() local 199 std::string apex; in main() local
|
/system/linkerconfig/contents/section/ |
D | system.cc | 56 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|
D | unrestricted.cc | 52 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
D | legacy.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
D | product.cc | 52 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
|
D | isolated.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
D | vendor.cc | 53 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
D | apexdefault.cc | 57 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
|
D | sectionbuilder.cc | 42 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
/system/apex/libs/libapexutil/ |
D | apexutil.cpp | 52 namespace apex { namespace
|
/system/linkerconfig/contents/tests/configuration/ |
D | apexconfig_test.cc | 162 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"missing.so"}); in TEST_F() local 185 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"other.so"}); in TEST_F() local
|