• Home
  • Raw
  • Download

Lines Matching refs:PathExists

447   auto exists = PathExists(decompressed_file_path);  in TEST_F()
564 auto exists = PathExists(decompressed_file_path); in TEST_F()
610 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
814 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F()
820 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F()
824 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
829 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F()
1696 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)) in TEST_F()
1703 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)) in TEST_F()
1750 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)); in TEST_F()
1759 ASSERT_THAT(PathExists(hashtree_path), HasValue(false)); in TEST_F()
1764 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)); in TEST_F()
1854 ASSERT_TRUE(*PathExists(active_decompressed_apex)); in TEST_F()
1855 ASSERT_TRUE(*PathExists(active_data_apex)); in TEST_F()
1856 ASSERT_TRUE(*PathExists(decompressed_different_suffix)); in TEST_F()
1857 ASSERT_FALSE(*PathExists(decompressed_apex)); in TEST_F()
1858 ASSERT_FALSE(*PathExists(data_apex)); in TEST_F()
2577 auto path_exists = PathExists(previous_decompressed_apex); in TEST_F()
3724 auto path_exists = PathExists(ota_apex_path); in TEST_F()
3736 path_exists = PathExists(ota_apex_path); in TEST_F()
4371 ASSERT_THAT(PathExists(staged_dir + "/SEPolicy.zip"), HasValue(true)); in TEST_F()
4372 ASSERT_THAT(PathExists(staged_dir + "/SEPolicy.zip.sig"), HasValue(true)); in TEST_F()
4373 ASSERT_THAT(PathExists(staged_dir + "/SEPolicy.zip.fsv_sig"), HasValue(true)); in TEST_F()
4386 ASSERT_THAT(PathExists(staged_dir), HasValue(true)); in TEST_F()
4390 ASSERT_THAT(PathExists(staged_dir), HasValue(false)); in TEST_F()