Home
last modified time | relevance | path

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

12

/system/apex/apexd/
Dapexd_verity_test.cpp33 namespace apex { namespace
51 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
84 auto apex = ApexFile::Open(GetTestFile("apex.apexd_test_no_hashtree.apex")); in TEST() local
Dapexd_verity.cpp39 namespace apex { namespace
59 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree()
152 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
Dapex_file.cpp49 namespace apex { namespace
152 Result<std::unique_ptr<AvbFooter>> getAvbFooter(const ApexFile& apex, in getAvbFooter()
184 Result<std::string> getPublicKeyName(const ApexFile& apex, const uint8_t* data, in getPublicKeyName()
202 Result<void> verifyVbMetaSignature(const ApexFile& apex, const uint8_t* data, in verifyVbMetaSignature()
248 Result<std::unique_ptr<uint8_t[]>> verifyVbMeta(const ApexFile& apex, in verifyVbMeta()
Dapexd_prop.cpp32 namespace apex { namespace
Dapex_preinstalled_data.cpp36 namespace apex { namespace
81 for (const ApexPreinstalledData& apex : apexes) { in updatePreinstalledData() local
Dapex_manifest.cpp27 namespace apex { namespace
Dapexd_private.cpp33 namespace apex { namespace
Dapexd.cpp97 namespace apex { namespace
146 bool isBootstrapApex(const ApexFile& apex) { in isBootstrapApex()
348 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
360 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
497 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()
504 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
563 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
851 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest) { in UnmountPackage()
893 Result<void> MountPackage(const ApexFile& apex, const std::string& mountPoint) { in MountPackage()
908 Result<MountedApexData> TempMountPackage(const ApexFile& apex, in TempMountPackage()
[all …]
Dapexd_test_utils.h120 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
Dapex_shim.cpp38 namespace apex { namespace
62 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
Dapexd_prepostinstall.cpp47 namespace apex { namespace
101 for (const ApexFile& apex : apexes) { in StageFnInstall() local
Dapexd_checkpoint_vold.cpp31 namespace apex { namespace
Dflattened_apex_test.cpp32 namespace apex { namespace
Dapexd_loop.cpp46 namespace apex { namespace
/system/linkerconfig/contents/namespace/
Dart.cc30 [[maybe_unused]] const ApexInfo& apex) { in BuildArtNamespace()
/system/linkerconfig/contents/section/
Dsystem.cc57 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
Dlegacy.cc47 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
Disolated.cc49 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
Dunrestricted.cc58 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
Dsectionbuilder.cc37 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java97 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local
108 ApexInfo apex = mUtils.getApexInfo(mUtils.getTestFile(filename)); in uninstallAllApexes() local
/system/apex/libs/libapexutil/
Dapexutil.cpp51 namespace apex { namespace
Dapexutil_test.cpp62 namespace apex { namespace
/system/linkerconfig/contents/context/
Dcontext.cc79 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
/system/linkerconfig/modules/
Dsection.cc90 for (const auto& apex : ctx.GetApexModules()) { in Resolve() local

12