/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() 152 const ApexFile& apex, const ApexVerityData& verity_data, in PrepareHashTree()
|
D | apex_file.cpp | 49 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()
|
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 | 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() 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 …]
|
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 62 std::ifstream apex(path, std::ios::binary); in CalculateSha512() local
|
D | apexd_prepostinstall.cpp | 47 namespace apex { namespace 101 for (const ApexFile& apex : apexes) { in StageFnInstall() local
|
D | apexd_checkpoint_vold.cpp | 31 namespace apex { namespace
|
D | flattened_apex_test.cpp | 32 namespace apex { namespace
|
D | apexd_loop.cpp | 46 namespace apex { namespace
|
/system/linkerconfig/contents/namespace/ |
D | art.cc | 30 [[maybe_unused]] const ApexInfo& apex) { in BuildArtNamespace()
|
/system/linkerconfig/contents/section/ |
D | system.cc | 57 for (const auto& apex : ctx.GetApexModules()) { in BuildSystemSection() local
|
D | legacy.cc | 47 for (const auto& apex : ctx.GetApexModules()) { in BuildLegacySection() local
|
D | isolated.cc | 49 for (const auto& apex : ctx.GetApexModules()) { in BuildIsolatedSection() local
|
D | unrestricted.cc | 58 for (const auto& apex : ctx.GetApexModules()) { in BuildUnrestrictedSection() local
|
D | sectionbuilder.cc | 37 for (const auto& apex : ctx.GetApexModules()) { in BuildSection() local
|
/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/apex/libs/libapexutil/ |
D | apexutil.cpp | 51 namespace apex { namespace
|
D | apexutil_test.cpp | 62 namespace apex { namespace
|
/system/linkerconfig/contents/context/ |
D | context.cc | 79 for (auto& apex : GetApexModules()) { in IsVndkAvailable() local
|
/system/linkerconfig/modules/ |
D | section.cc | 90 for (const auto& apex : ctx.GetApexModules()) { in Resolve() local
|