Home
last modified time | relevance | path

Searched defs:apex (Results 1 – 25 of 32) 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()
150 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
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
Dapex_file.cpp49 namespace apex { namespace
150 Result<std::unique_ptr<AvbFooter>> getAvbFooter(const ApexFile& apex, in getAvbFooter()
182 Result<void> verifyVbMetaSignature(const ApexFile& apex, const uint8_t* data, in verifyVbMetaSignature()
223 Result<std::unique_ptr<uint8_t[]>> verifyVbMeta(const ApexFile& apex, in verifyVbMeta()
Dapexd_test_utils.h120 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
Dapex_shim.cpp38 namespace apex { namespace
63 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
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()
557 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
844 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest) { in UnmountPackage()
886 Result<void> MountPackage(const ApexFile& apex, const std::string& mountPoint) { in MountPackage()
901 Result<MountedApexData> TempMountPackage(const ApexFile& apex, in TempMountPackage()
[all …]
Dapexd_prepostinstall.cpp47 namespace apex { namespace
100 for (const ApexFile& apex : apexes) { in StageFnInstall() local
Dapex_file_test.cpp34 namespace apex { namespace
137 Result<ApexFile> apex = ApexFile::Open(apex_path); in TEST() local
Dapexd_checkpoint_vold.cpp31 namespace apex { namespace
Dapexd_session_test.cpp36 namespace apex { namespace
Dflattened_apex_test.cpp32 namespace apex { namespace
Dapex_manifest_test.cpp26 namespace apex { namespace
Dapexd_loop.cpp58 namespace apex { namespace
/system/linkerconfig/contents/namespace/
Dart.cc31 [[maybe_unused]] const ApexInfo& apex) { in BuildArtNamespace()
/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/linkerconfig/contents/section/
Dsectionbuilder.cc35 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
/system/apex/libs/libapexutil/
Dapexutil.cpp51 namespace apex { namespace
Dapexutil_test.cpp62 namespace apex { namespace
/system/linkerconfig/modules/
Dsection.cc78 for (const auto& apex : ctx.GetApexModules()) { in Resolve() local
/system/linkerconfig/contents/context/
Dcontext.cc87 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java75 public ApexInfo getApexInfo(File apex) { in getApexInfo()

12