/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex_aidl_interface-java/android_common/javac/ |
D | apex_aidl_interface-java.jar | ... -INF/MANIFEST.MF
android/
android/apex/
android/apex/ApexInfo$1.class ... |
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex_aidl_interface-java/android_common/turbine/ |
D | apex_aidl_interface-java.jar | ... submitStagedSession (android.apex.ApexSessionParams, android.apex.ApexInfoList) throws android.os.RemoteException
public ... |
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_brand_new_verifier_test.cpp | 34 namespace android::apex { namespace 58 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 79 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.v2.apex")); in TEST() local 100 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.v2.apex")); in TEST() local 117 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 130 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 148 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 164 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 185 auto apex = ApexFile::Open(GetTestFile("com.android.apex.brand.new.apex")); in TEST() local 210 auto apex = in TEST() local
|
H A D | apexd.cpp | 117 namespace apex { namespace 179 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex() 327 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage() 346 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl() 565 for (const auto& apex : apex_files) { local 584 auto RunVerifyFnInsideTempMount(const ApexFile& apex, auto verify_fn) in RunVerifyFnInsideTempMount() 851 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage() 906 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage() 920 Result<std::string> GetVerifiedPublicKey(const ApexFile& apex) { in GetVerifiedPublicKey() 1270 inactive.begin(), inactive.end(), [&active](const ApexFile& apex) { in CalculateInactivePackages() [all …]
|
H A D | apex_file_repository_test.cpp | 44 namespace apex { namespace 102 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local 191 auto apex = ApexFile::Open(apex_file); in TEST() local 230 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 257 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test.apex")); in TEST() local 316 auto apex = ApexFile::Open(*path); in TEST() local 356 auto apex = ApexFile::Open(*path); in TEST() local 593 auto apex = in TEST() local 619 auto apex = ApexFile::Open( in TEST() local 652 PayloadMetadata& apex(const std::string& name) { in apex() function [all …]
|
H A 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()
|
H A 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
|
H A 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()
|
H A D | apex_blocklist.cpp | 29 namespace android::apex { namespace 41 for (const auto& apex : apex_blocklist.blocked_apex()) { in ParseBlocklist() local
|
H A D | apexd_vendor_apex.cpp | 33 namespace android::apex { namespace 52 for (const auto& apex : apex_files) { in CheckVintf() local
|
/aosp_15_r20/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/ |
H A D | StagedInstallInternalTest.java | 364 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_staged() local 379 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_nonStaged() local 394 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_staged() local 409 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_nonStaged() local 424 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexCorrectInstaller_staged() local 434 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexCorrectInstaller_nonStaged() local 448 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local 462 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local 471 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", in testRebootlessUpdates() local 486 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local [all …]
|
/aosp_15_r20/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
H A D | ApexShimValidationTest.java | 115 TestApp apex = new TestApp("ShimApex", SHIM_APEX_PACKAGE_NAME, 2, in testRejectsApexWithAdditionalFile_rebootless() local 127 TestApp apex = new TestApp("ShimApex", SHIM_APEX_PACKAGE_NAME, 2, in testRejectsApexWithAdditionalFolder_rebootless() local 139 TestApp apex = new TestApp("ShimApex", SHIM_APEX_PACKAGE_NAME, 2, in testRejectsApexWithPostInstallHook_rebootless() local 151 TestApp apex = new TestApp("ShimApex", SHIM_APEX_PACKAGE_NAME, 2, in testRejectsApexWithPreInstallHook_rebootless() local 163 TestApp apex = new TestApp("ShimApex", SHIM_APEX_PACKAGE_NAME, 2, in testRejectsApexWrongSHA_rebootless() local
|
H A D | StagedInstallTest.java | 519 TestApp apex = new TestApp( in testsFailsNonStagedApexInstall() local 1192 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local 1203 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local 1212 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, in testRebootlessUpdate() local 1233 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate_installV3() local 1242 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, in testRebootlessUpdate_installV3() local 1262 PackageInfo apex = pm.getPackageInfo(SHIM_APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate_downgradeToV2_fails() local
|
/aosp_15_r20/system/apex/docs/ |
H A 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
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/linker/ |
D | linker_translate_path.cpp | 46 #define APEX_LIB(apex, name) \ argument 51 #define APEX_LIB(apex, name) \ argument 56 #define APEX_LIB(apex, name) \ argument
|
/aosp_15_r20/build/soong/docs/ |
H A D | map_files.md | 71 ### apex subsection 171 confident that no one is using it. Similarily, #apex can be dropped if we are hashtag 175 when talking about #systemapi and #apex symbols. So, we have some flexibility hashtag
|
/aosp_15_r20/build/soong/sdk/ |
H A D | bootclasspath_fragment_sdk_test.go | 29 func fixtureAddPlatformBootclasspathForBootclasspathFragment(apex, fragment string) android.Fixture… argument 34 func fixtureAddPlatformBootclasspathForBootclasspathFragmentWithExtra(apex, fragment, extraFragment… argument 57 func fixtureAddPrebuiltApexForBootclasspathFragment(apex, fragment string) android.FixturePreparer { argument
|
/aosp_15_r20/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/ |
H A D | ApexShimValidationTest.java | 275 final File apex = new File(destDir, entry.getName()); in extractApexes() local 277 FileUtil.writeToFile(apexZip.getInputStream(entry), apex); in extractApexes() local 294 File apex, File outDir) { in runDeapexerExtract()
|
/aosp_15_r20/system/apex/tools/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex_aidl_interface-cpp-source/gen/android/apex/ |
D | IApexService.cpp | 12 namespace apex { namespace 21 namespace apex { namespace 886 namespace apex { namespace
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_translate_path.cpp | 34 #define APEX_LIB(apex, name) \ argument 37 #define APEX_LIB(apex, name) \ argument
|
/aosp_15_r20/frameworks/base/services/tests/apexsystemservices/src/com/android/server/ |
H A D | ApexSystemServicesTestCases.java | 88 String apex = "test_com.android.server.apex"; in testApexSystemServiceStarts() local 103 String apex = "test_com.android.server.apex"; in testInitOrder() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/proto_logging/stats/enums/apex/ |
D | enums.pb.cc | 25 namespace apex { namespace 68 namespace apex { namespace
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/enums/apex/ |
D | enums.pb.cc | 25 namespace apex { namespace 68 namespace apex { namespace
|
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/ |
H A D | ApexE2EBaseHostTest.java | 87 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local 98 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
|