Lines Matching refs:HasValue
70 using android::base::testing::HasValue;
448 ASSERT_THAT(exists, HasValue(true)); in TEST_F()
558 ASSERT_THAT(exists, HasValue(true)) in TEST_F()
596 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
800 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F()
806 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F()
810 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
815 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
835 HasValue(UnorderedElementsAre(ApexFileEq(ByRef(*apex_file))))); in TEST_F()
1715 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)) in TEST_F()
1722 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)) in TEST_F()
1769 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)); in TEST_F()
1778 ASSERT_THAT(PathExists(hashtree_path), HasValue(false)); in TEST_F()
1783 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)); in TEST_F()
4482 ASSERT_THAT(PathExists(staged_dir + "/SEPolicy.zip"), HasValue(true)); in TEST_F()
4483 ASSERT_THAT(PathExists(staged_dir + "/SEPolicy.zip.sig"), HasValue(true)); in TEST_F()
4496 ASSERT_THAT(PathExists(staged_dir), HasValue(true)); in TEST_F()
4500 ASSERT_THAT(PathExists(staged_dir), HasValue(false)); in TEST_F()