Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp43 namespace apex { namespace
90 for (const ApexFile& apex : apexes) { in StageFnInstall() local
123 for (const ApexFile& apex : apexes) { in StageFnInstall() local
151 auto bind_fn = [&fn, name](const std::string& apex) { in RunFnInstall()
Dapexd_prop.cpp27 namespace apex { namespace
Dapexd_private.cpp30 namespace apex { namespace
Dapex_file.cpp46 namespace apex { namespace
214 StatusOr<std::unique_ptr<AvbFooter>> getAvbFooter(const ApexFile& apex, in getAvbFooter()
252 StatusOr<std::string> getPublicKeyName(const ApexFile& apex, in getPublicKeyName()
272 Status verifyVbMetaSignature(const ApexFile& apex, const uint8_t* data, in verifyVbMetaSignature()
332 StatusOr<std::unique_ptr<uint8_t[]>> verifyVbMeta(const ApexFile& apex, in verifyVbMeta()
Dapex_shim.cpp35 namespace apex { namespace
56 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
Dapex_manifest.cpp32 namespace apex { namespace
Dapexd.cpp85 namespace apex { namespace
124 bool isBootstrapApex(const ApexFile& apex) { in isBootstrapApex()
384 Status VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
396 StatusOr<MountedApexData> mountNonFlattened(const ApexFile& apex, in mountNonFlattened()
504 StatusOr<MountedApexData> mountFlattened(const ApexFile& apex, in mountFlattened()
525 StatusOr<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
570 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
618 Status RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
1025 Status UnmountPackage(const ApexFile& apex, bool allow_latest) { in UnmountPackage()
1070 Status MountPackage(const ApexFile& apex, const std::string& mountPoint) { in MountPackage()
[all …]
Dapex_key.cpp33 namespace apex { namespace
Dapexd_checkpoint_vold.cpp29 namespace apex { namespace
Dapex_manifest_test.cpp22 namespace apex { namespace
Dapexd_loop.cpp43 namespace apex { namespace
Dapex_file_test.cpp32 namespace apex { namespace
Dapexd_session.cpp36 namespace apex { namespace
Dapex_database.cpp47 namespace apex { namespace
Dapexservice.cpp43 namespace apex { namespace
380 StatusOr<ApexFile> apex = ::android::apex::getActivePackage(packageName); in getActivePackage() local
Dapex_database_test.cpp26 namespace apex { namespace
Dapexservice_test.cpp62 namespace apex { namespace
989 StatusOr<ApexFile> apex = ApexFile::Open(installer->test_input); in RunPrePost() local
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java134 ApexInfo apex = mUtils.getApexInfo(mUtils.getTestFile(mApexFileName)); in uninstallApex() local
DApexTestUtils.java59 ApexInfo getApexInfo(File apex) { in getApexInfo()