Searched refs:VerifyApexVerity (Results 1 – 5 of 5) sorted by relevance
53 auto verity_data = apex->VerifyApexVerity(); in TEST()86 auto verity_data = apex->VerifyApexVerity(); in TEST()101 auto verity_data2 = apex2->VerifyApexVerity(); in TEST()
82 TEST(ApexFileTest, VerifyApexVerity) { in TEST() argument88 auto verity_or = apexFile->VerifyApexVerity(); in TEST()107 auto verity_or = apexFile->VerifyApexVerity(); in TEST()
56 android::base::Result<ApexVerityData> VerifyApexVerity() const;
314 Result<ApexVerityData> ApexFile::VerifyApexVerity() const { in VerifyApexVerity() function in android::apex::ApexFile
408 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()