Home
last modified time | relevance | path

Searched defs:apex (Results 1 – 25 of 75) sorted by relevance

123

/aosp12/frameworks/base/tests/StagedInstallTest/app/src/com/android/tests/stagedinstallinternal/
H A DStagedInstallInternalTest.java268 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 Dapexd_verity_test.cpp32 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 Dapexd_verity.cpp40 namespace apex { namespace
60 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree()
156 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
H A Dapexd.cpp111 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 Dapexd_test_utils.h157 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 Dapex_file_repository_test.cpp35 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 Dapex_file.cpp49 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 Dapex_shim.cpp39 namespace apex { namespace
64 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
H A Dapex_manifest.cpp28 namespace apex { namespace
/aosp12/bionic/linker/
H A Dlinker_translate_path.cpp34 #define APEX_LIB(apex, name) \ argument
37 #define APEX_LIB(apex, name) \ argument
/aosp12/build/soong/sdk/
H A Dbootclasspath_fragment_sdk_test.go28 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 Dlinker_translate_path.cpp46 #define APEX_LIB(apex, name) \ argument
51 #define APEX_LIB(apex, name) \ argument
/aosp12/build/soong/apex/
H A Dtesting.go15 package apex package
H A Dsystemserver_classpath_fragment_test.go15 package apex package
H A Dvndk_test.go1 package apex package
/aosp12/system/apex/proto/
H A Dapex_build_info.proto19 package apex.proto; package
H A Dapex_manifest.proto19 package apex.proto; package
/aosp12/system/linkerconfig/contents/context/
H A Dcontext.cc83 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 DApexE2EBaseHostTest.java100 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 Disolated.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
H A Dlegacy.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
H A Dproduct.cc48 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
H A Dunrestricted.cc50 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
H A Dvendor.cc48 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
H A Dsystem.cc50 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local

123