Searched refs:verity_or (Results 1 – 2 of 2) sorted by relevance
88 auto verity_or = apexFile->VerifyApexVerity(); in TEST() local89 ASSERT_RESULT_OK(verity_or); in TEST()91 const ApexVerityData& data = *verity_or; in TEST()107 auto verity_or = apexFile->VerifyApexVerity(); in TEST() local108 ASSERT_FALSE(verity_or.ok()); in TEST()
663 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(); in VerifyPackageBoot() local664 if (!verity_or.ok()) { in VerifyPackageBoot()665 return verity_or.error(); in VerifyPackageBoot()689 Result<ApexVerityData> verity_or = apex_file.VerifyApexVerity(); in VerifyPackageInstall() local