Home
last modified time | relevance | path

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

12

/system/apex/apexd/
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
Dapexd_verity_test.cpp33 namespace apex { namespace
51 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
83 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
120 auto apex = in TEST() local
Dapexd_verity.cpp42 namespace apex { namespace
62 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree()
158 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
Dapexd.cpp116 namespace apex { namespace
172 bool IsBootstrapApex(const ApexFile& apex) { in IsBootstrapApex()
438 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
457 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
641 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()
649 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
781 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
1094 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest, in UnmountPackage()
1149 Result<void> MountPackage(const ApexFile& apex, const std::string& mount_point, in MountPackage()
1166 Result<void> UnmountTempMount(const ApexFile& apex) { in UnmountTempMount()
[all …]
Dapexd_private.cpp31 namespace apex { namespace
Dapex_manifest.cpp28 namespace apex { namespace
Dapexd_lifecycle.cpp32 namespace apex { namespace
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()
Dapex_file_repository_test.cpp38 namespace apex { namespace
93 auto apex = ApexFile::Open(GetTestFile(apex_name)); in TEST() local
289 auto apex = ApexFile::Open(*path); in TEST() local
324 auto apex = ApexFile::Open(*path); in TEST() local
551 auto apex = in TEST() local
576 auto apex = ApexFile::Open( in TEST() local
609 PayloadMetadata& apex(const std::string& name) { in apex() function
612 PayloadMetadata& apex(const std::string& name, in apex() function
614 auto apex = metadata.add_apexes(); in apex() local
Dapexd_vendor_apex.cpp32 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/app/src/com/android/tests/apex/app/
DVendorApexTests.java80 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
88 PackageInfo apex = pm.getPackageInfo(APEX_PACKAGE_NAME, PackageManager.MATCH_APEX); in testRebootlessUpdate() local
/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/tools/
Dhost_apex_verifier.cc54 namespace apex { namespace
139 auto apex = OR_FATAL(ApexFile::Open(apex_path)); in ScanApex() local
199 std::string apex; in main() local
/system/linkerconfig/contents/section/
Dsystem.cc56 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
Dunrestricted.cc52 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
Dlegacy.cc39 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
Dproduct.cc52 for (const auto& apex : ctx.GetApexModules()) { in BuildProductSection() local
Disolated.cc41 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
Dvendor.cc53 for (const auto& apex : ctx.GetApexModules()) { in BuildVendorSection() local
Dapexdefault.cc57 for (const auto& apex : ctx.GetApexModules()) { in BuildApexDefaultSection() local
Dsectionbuilder.cc42 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
/system/apex/libs/libapexutil/
Dapexutil.cpp52 namespace apex { namespace
/system/linkerconfig/contents/tests/configuration/
Dapexconfig_test.cc162 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"missing.so"}); in TEST_F() local
185 auto apex = PrepareApex(apex_name, {}, /*require_libs=*/{"other.so"}); in TEST_F() local

12