/system/apex/apexd/ |
D | apexd_verity_test.cpp | 33 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
|
D | apexd_verity.cpp | 39 namespace apex { namespace 59 Result<void> GenerateHashTree(const ApexFile& apex, in GenerateHashTree() 150 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
D | apexd_prop.cpp | 32 namespace apex { namespace
|
D | apex_preinstalled_data.cpp | 36 namespace apex { namespace 81 for (const ApexPreinstalledData& apex : apexes) { in updatePreinstalledData() local
|
D | apex_manifest.cpp | 27 namespace apex { namespace
|
D | apexd_private.cpp | 33 namespace apex { namespace
|
D | apex_file.cpp | 49 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()
|
D | apexd_test_utils.h | 120 inline void PrintTo(const ApexInfo& apex, std::ostream* os) { in PrintTo()
|
D | apex_shim.cpp | 38 namespace apex { namespace 63 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
D | apexd.cpp | 97 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 …]
|
D | apexd_prepostinstall.cpp | 47 namespace apex { namespace 100 for (const ApexFile& apex : apexes) { in StageFnInstall() local
|
D | apex_file_test.cpp | 34 namespace apex { namespace 137 Result<ApexFile> apex = ApexFile::Open(apex_path); in TEST() local
|
D | apexd_checkpoint_vold.cpp | 31 namespace apex { namespace
|
D | apexd_session_test.cpp | 36 namespace apex { namespace
|
D | flattened_apex_test.cpp | 32 namespace apex { namespace
|
D | apex_manifest_test.cpp | 26 namespace apex { namespace
|
D | apexd_loop.cpp | 58 namespace apex { namespace
|
/system/linkerconfig/contents/namespace/ |
D | art.cc | 31 [[maybe_unused]] const ApexInfo& apex) { in BuildArtNamespace()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 97 ApexInfo apex = installApex(mApexFileName); in stageActivateUninstallApexPackage() local 108 ApexInfo apex = mUtils.getApexInfo(mUtils.getTestFile(filename)); in uninstallAllApexes() local
|
/system/linkerconfig/contents/section/ |
D | sectionbuilder.cc | 35 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
/system/apex/libs/libapexutil/ |
D | apexutil.cpp | 51 namespace apex { namespace
|
D | apexutil_test.cpp | 62 namespace apex { namespace
|
/system/linkerconfig/modules/ |
D | section.cc | 78 for (const auto& apex : ctx.GetApexModules()) { in Resolve() local
|
/system/linkerconfig/contents/context/ |
D | context.cc | 87 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
|
/system/apex/tests/util/com/android/tests/util/ |
D | ModuleTestUtils.java | 75 public ApexInfo getApexInfo(File apex) { in getApexInfo()
|