/aosp12/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/ |
H A D | StagedInstallInternalTest.java | 268 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_staged() local 280 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testApexNotInAllowListCanNotInstall_nonStaged() local 292 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_staged() local 304 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexWrongInstaller_nonStaged() local 316 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexCorrectInstaller_staged() local 326 TestApp apex = new TestApp("apex", "test.apex.rebootless", 2, in testVendorApexCorrectInstaller_nonStaged() local 340 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local 354 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local 362 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", in testRebootlessUpdates() local 376 PackageInfo apex = pm.getPackageInfo("test.apex.rebootless", PackageManager.MATCH_APEX); in testRebootlessUpdates() local [all …]
|
/aosp12/system/apex/apexd/ |
H A 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
|
H A D | apexd_verity.cpp | 40 namespace apex { namespace 60 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree() 156 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
H A D | apexd.cpp | 111 namespace apex { namespace 154 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex() 761 for (const ApexFile& apex : apexes) { in PrePostinstallPackages() local 1581 const ApexFile* apex; in ActivateApexWorker() local 1616 for (const ApexFile& apex : apexes) { in ActivateApexPackages() local 1676 const auto& apex = apex_ref.get(); in ActivateMissingApexes() local 2073 for (const auto& apex : apexes) { in ScanStagedSessionsDirAndStage() local 2230 auto apex = ApexFile::Open(path); in UnstagePackages() local 2593 auto apex = ApexFile::Open(apex_path); in OpenAndValidateDecompressedApex() local 2945 for (const auto& apex : ret) { in SubmitStagedSession() local [all …]
|
H A D | apexd_test_utils.h | 157 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo() 344 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
|
H A D | apex_file_repository_test.cpp | 35 namespace apex { namespace 89 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local 201 auto apex = ApexFile::Open(*path); in TEST() local 236 auto apex = ApexFile::Open(*path); in TEST() local 463 auto apex = in TEST() local 488 auto apex = ApexFile::Open( in TEST() local
|
H A D | apex_file.cpp | 49 namespace apex { namespace 209 Result<std::unique_ptr<AvbFooter>> GetAvbFooter(const ApexFile& apex, in GetAvbFooter() 246 Result<std::span<const uint8_t>> VerifyVbMetaSignature(const ApexFile& apex, in VerifyVbMetaSignature() 275 Result<std::unique_ptr<uint8_t[]>> VerifyVbMeta(const ApexFile& apex, in VerifyVbMeta()
|
H A D | apex_shim.cpp | 39 namespace apex { namespace 64 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
H A D | apex_manifest.cpp | 28 namespace apex { namespace
|
/aosp12/bionic/linker/ |
H A D | linker_translate_path.cpp | 34 #define APEX_LIB(apex, name) \ argument 37 #define APEX_LIB(apex, name) \ argument
|
/aosp12/build/soong/sdk/ |
H A D | bootclasspath_fragment_sdk_test.go | 28 func fixtureAddPlatformBootclasspathForBootclasspathFragment(apex, fragment string) android.Fixture… argument 48 func fixtureAddPrebuiltApexForBootclasspathFragment(apex, fragment string) android.FixturePreparer { argument
|
/aosp12/frameworks/libs/native_bridge_support/linker/ |
H A D | linker_translate_path.cpp | 46 #define APEX_LIB(apex, name) \ argument 51 #define APEX_LIB(apex, name) \ argument
|
/aosp12/build/soong/apex/ |
H A D | testing.go | 15 package apex package
|
H A D | systemserver_classpath_fragment_test.go | 15 package apex package
|
H A D | vndk_test.go | 1 package apex package
|
/aosp12/system/apex/proto/ |
H A D | apex_build_info.proto | 19 package apex.proto; package
|
H A D | apex_manifest.proto | 19 package apex.proto; package
|
/aosp12/system/linkerconfig/contents/context/ |
H A D | context.cc | 83 void Context::SetCurrentApex(const ApexInfo* apex) { in SetCurrentApex() 88 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
|
/aosp12/system/apex/tests/src/com/android/tests/apex/ |
H A D | ApexE2EBaseHostTest.java | 100 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local 111 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
|
/aosp12/system/linkerconfig/contents/section/ |
H A D | isolated.cc | 41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
H A D | legacy.cc | 39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
H A D | product.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
|
H A D | unrestricted.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
H A D | vendor.cc | 48 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
|
H A D | system.cc | 50 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|