| /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 | 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 | 111 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 …]
|
| 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_shim.cpp | 39 namespace apex { namespace 79 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
|
| /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/app/src/com/android/tests/apex/app/ |
| D | VendorApexTests.java | 74 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/ |
| 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 | isolated.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
| D | legacy.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
| D | product.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
|
| D | unrestricted.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
| D | vendor.cc | 51 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
| D | apexdefault.cc | 56 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
|
| D | sectionbuilder.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
| /system/linkerconfig/contents/namespace/ |
| D | sphal.cc | 51 for (const auto& apex : ctx.GetApexModules()) { in BuildSphalNamespace() local
|
| /system/apex/libs/libapexutil/ |
| D | apexutil.cpp | 52 namespace apex { namespace
|
| /system/apex/tests/src/com/android/tests/apex/host/ |
| D | VendorApexTests.java | 105 final File apex = buildHelper.getTestFile(fileName); in pushPreinstalledApex() local
|
| /system/linkerconfig/contents/tests/configuration/ |
| D | apexconfig_test.cc | 163 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
|