Searched defs:apex (Results 1 – 19 of 19) sorted by relevance
/system/apex/apexd/ |
D | apexd_prepostinstall.cpp | 43 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()
|
D | apexd_prop.cpp | 27 namespace apex { namespace
|
D | apexd_private.cpp | 30 namespace apex { namespace
|
D | apex_file.cpp | 46 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()
|
D | apex_shim.cpp | 35 namespace apex { namespace 56 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
D | apex_manifest.cpp | 32 namespace apex { namespace
|
D | apexd.cpp | 85 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 …]
|
D | apex_key.cpp | 33 namespace apex { namespace
|
D | apexd_checkpoint_vold.cpp | 29 namespace apex { namespace
|
D | apex_manifest_test.cpp | 22 namespace apex { namespace
|
D | apexd_loop.cpp | 43 namespace apex { namespace
|
D | apex_file_test.cpp | 32 namespace apex { namespace
|
D | apexd_session.cpp | 36 namespace apex { namespace
|
D | apex_database.cpp | 47 namespace apex { namespace
|
D | apexservice.cpp | 43 namespace apex { namespace 380 StatusOr<ApexFile> apex = ::android::apex::getActivePackage(packageName); in getActivePackage() local
|
D | apex_database_test.cpp | 26 namespace apex { namespace
|
D | apexservice_test.cpp | 62 namespace apex { namespace 989 StatusOr<ApexFile> apex = ApexFile::Open(installer->test_input); in RunPrePost() local
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 134 ApexInfo apex = mUtils.getApexInfo(mUtils.getTestFile(mApexFileName)); in uninstallApex() local
|
D | ApexTestUtils.java | 59 ApexInfo getApexInfo(File apex) { in getApexInfo()
|