Home
last modified time | relevance | path

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

123

/system/apex/apexd/
Dapexd_brand_new_verifier_test.cpp34 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
Dapexd_brand_new_verifier.cpp29 namespace android::apex { namespace
32 const ApexFile& apex) { in VerifyBrandNewPackageAgainstPreinstalled()
54 Result<void> VerifyBrandNewPackageAgainstActive(const ApexFile& apex) { in VerifyBrandNewPackageAgainstActive()
Dapex_sha.cpp31 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
Dapex_blocklist.cpp29 namespace android::apex { namespace
41 for (const auto& apex : apex_blocklist.blocked_apex()) { in ParseBlocklist() local
Dapexd_vendor_apex.cpp33 namespace android::apex { namespace
52 for (const auto& apex : apex_files) { in CheckVintf() local
Dapex_file_repository_test.cpp44 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 …]
Dapexd.cpp119 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 …]
Dapex_file.cpp49 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()
Dapexd_verity.cpp24 namespace apex { namespace
Dapexd_private.cpp31 namespace apex { namespace
Dapex_manifest.cpp28 namespace apex { namespace
Dapexd_image_manager_test.cpp31 namespace android::apex { namespace
Dapexd_lifecycle.cpp37 namespace apex { namespace
/system/apex/docs/
DREADME.md519 ### 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/
DApexE2EBaseHostTest.java87 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local
98 ApexInfo apex = mHostUtils.getApexInfo(mHostUtils.getTestFile(filename)); in uninstallAllApexes() local
/system/linkerconfig/contents/context/
Dcontext.cc83 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/
DVendorApexTests.java94 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/
Dhost_apex_verifier.cc53 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/
Dproduct.cc52 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
Disolated.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
Dunrestricted.cc52 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
Dlegacy.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
Dsystem.cc56 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
Dvendor.cc53 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
/system/apex/libs/libapexutil/
Dapexutil.cpp52 namespace apex { namespace

123