Home
last modified time | relevance | path

Searched refs:VerifyApexVerity (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd_verity_test.cpp53 auto verity_data = apex->VerifyApexVerity(); in TEST()
86 auto verity_data = apex->VerifyApexVerity(); in TEST()
101 auto verity_data2 = apex2->VerifyApexVerity(); in TEST()
Dapex_file_test.cpp82 TEST(ApexFileTest, VerifyApexVerity) { in TEST() argument
88 auto verity_or = apexFile->VerifyApexVerity(); in TEST()
107 auto verity_or = apexFile->VerifyApexVerity(); in TEST()
Dapex_file.h56 android::base::Result<ApexVerityData> VerifyApexVerity() const;
Dapex_file.cpp314 Result<ApexVerityData> ApexFile::VerifyApexVerity() const { in VerifyApexVerity() function in android::apex::ApexFile
Dapexd.cpp408 auto verityData = apex.VerifyApexVerity(); in MountPackageImpl()
663 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(); in VerifyPackageBoot()
689 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(); in VerifyPackageInstall()