| /system/apex/apexd/ |
| D | apexd_brand_new_verifier_test.cpp | 34 namespace android::apex { namespace 52 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 73 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.v2.apex")); in TEST() local 94 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.v2.apex")); in TEST() local 111 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 124 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 142 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 158 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 179 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 204 auto apex = in TEST() local
|
| D | apexd_brand_new_verifier.cpp | 29 namespace android::apex { namespace 32 const ApexFile& apex) { in VerifyBrandNewPackageAgainstPreinstalled() 54 Result<void> VerifyBrandNewPackageAgainstActive(const ApexFile& apex) { in VerifyBrandNewPackageAgainstActive()
|
| 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 | apex_blocklist.cpp | 29 namespace android::apex { namespace 41 for (const auto& apex : apex_blocklist.blocked_apex()) { in ParseBlocklist() local
|
| D | apexd_vendor_apex.cpp | 33 namespace android::apex { namespace 52 for (const auto& apex : apex_files) { in CheckVintf() local
|
| D | apex_file_repository_test.cpp | 44 namespace apex { namespace 96 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local 201 auto apex = ApexFile::Open(apex_file); in TEST() local 240 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 267 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 326 auto apex = ApexFile::Open(*path); in TEST() local 366 auto apex = ApexFile::Open(*path); in TEST() local 603 auto apex = in TEST() local 629 auto apex = ApexFile::Open( in TEST() local 662 PayloadMetadata& apex(const std::string& name) { in apex() function [all …]
|
| D | apexd.cpp | 119 namespace apex { namespace 195 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex() 342 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage() 361 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl() 582 for (const auto& apex : apex_files) { local 601 auto RunVerifyFnInsideTempMount(const ApexFile& apex, auto verify_fn) in RunVerifyFnInsideTempMount() 710 for (const auto& apex : apex_files) { in VerifyNoOverlapInSessions() local 899 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage() 954 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage() 968 Result<std::string> GetVerifiedPublicKey(const ApexFile& apex) { in GetVerifiedPublicKey() [all …]
|
| 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_verity.cpp | 24 namespace apex { namespace
|
| D | apexd_private.cpp | 31 namespace apex { namespace
|
| D | apex_manifest.cpp | 28 namespace apex { namespace
|
| D | apexd_image_manager_test.cpp | 31 namespace android::apex { namespace
|
| D | apexd_lifecycle.cpp | 37 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/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/tests/app/src/com/android/tests/apex/app/ |
| D | VendorApexTests.java | 94 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local 102 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
|
| /system/apex/tools/ |
| D | host_apex_verifier.cc | 53 namespace apex { namespace 164 auto apex = OR_FATAL(ApexFile::Open(apex_path)); in ScanApex() local 227 std::string apex; in main() local
|
| /system/linkerconfig/contents/section/ |
| 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 | 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 | system.cc | 56 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|
| D | vendor.cc | 53 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
| /system/apex/libs/libapexutil/ |
| D | apexutil.cpp | 52 namespace apex { namespace
|