• Home
  • Raw
  • Download

Lines Matching refs:PathExists

378   ASSERT_FALSE(PathExists(file_a_path));  in TEST_F()
383 ASSERT_TRUE(PathExists(file_a_path)); in TEST_F()
387 ASSERT_TRUE(PathExists(file_b_path)); in TEST_F()
615 EXPECT_TRUE(PathExists(temp_file)); in TEST_F()
632 EXPECT_TRUE(PathExists(temp_file)); in TEST_F()
722 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
733 EXPECT_FALSE(PathExists(file_link)); in TEST_F()
734 EXPECT_TRUE(PathExists(file_name)); in TEST_F()
741 EXPECT_FALSE(PathExists(non_existent)); in TEST_F()
750 EXPECT_FALSE(PathExists(file_link)); in TEST_F()
791 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
799 EXPECT_TRUE(PathExists(file_name)); in TEST_F()
822 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
829 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
836 EXPECT_TRUE(PathExists(file_name)); in TEST_F()
864 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
871 ASSERT_TRUE(PathExists(subdir_path)); in TEST_F()
875 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
879 EXPECT_TRUE(PathExists(file_name)); in TEST_F()
893 EXPECT_TRUE(PathExists(subdir_path)); in TEST_F()
911 EXPECT_FALSE(PathExists(subdir_path)); in TEST_F()
939 ASSERT_TRUE(PathExists(kExePath)); in TEST_F()
942 ASSERT_TRUE(PathExists(kRegularFilePath)); in TEST_F()
957 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
963 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
969 ASSERT_TRUE(PathExists(file2_name_from)); in TEST_F()
975 ASSERT_TRUE(PathExists(file3_name_from)); in TEST_F()
988 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
991 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
992 ASSERT_TRUE(PathExists(file2_name_to)); in TEST_F()
993 ASSERT_TRUE(PathExists(file3_name_to)); in TEST_F()
1033 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1039 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1046 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1052 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1058 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1071 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1077 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1083 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1088 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1092 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1101 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1106 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1112 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1117 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1121 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1130 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1135 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1141 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1146 ASSERT_TRUE(PathExists(subdir_name_to)); in TEST_F()
1255 ASSERT_TRUE(PathExists(src_subdir)); in TEST_F()
1286 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1289 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1291 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1297 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1300 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1302 ASSERT_FALSE(PathExists(non_existent)); in TEST_F()
1309 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
1313 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
1318 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
1322 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
1334 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
1338 ASSERT_TRUE(PathExists(subdir_path)); in TEST_F()
1346 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
1347 EXPECT_TRUE(PathExists(subdir_path)); in TEST_F()
1351 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
1352 EXPECT_FALSE(PathExists(subdir_path)); in TEST_F()
1361 ASSERT_TRUE(PathExists(subdir_path)); in TEST_F()
1369 EXPECT_TRUE(PathExists(subdir_path)); in TEST_F()
1373 EXPECT_TRUE(PathExists(subdir_path)); in TEST_F()
1383 ASSERT_TRUE(PathExists(test_subdir)); in TEST_F()
1387 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
1391 ASSERT_TRUE(PathExists(subdir_path1)); in TEST_F()
1395 ASSERT_TRUE(PathExists(subdir_path2)); in TEST_F()
1399 EXPECT_FALSE(PathExists(subdir_path2)); in TEST_F()
1403 EXPECT_TRUE(PathExists(test_subdir)); in TEST_F()
1404 EXPECT_TRUE(PathExists(file_name)); in TEST_F()
1405 EXPECT_TRUE(PathExists(subdir_path1)); in TEST_F()
1413 ASSERT_TRUE(PathExists(test_subdir)); in TEST_F()
1417 ASSERT_TRUE(PathExists(file_name)); in TEST_F()
1421 ASSERT_TRUE(PathExists(subdir_path1)); in TEST_F()
1425 ASSERT_TRUE(PathExists(subdir_path2)); in TEST_F()
1429 EXPECT_FALSE(PathExists(subdir_path2)); in TEST_F()
1433 EXPECT_FALSE(PathExists(file_name)); in TEST_F()
1434 EXPECT_FALSE(PathExists(subdir_path1)); in TEST_F()
1435 EXPECT_FALSE(PathExists(test_subdir)); in TEST_F()
1443 ASSERT_TRUE(PathExists(test_subdir)); in TEST_F()
1448 ASSERT_TRUE(PathExists(file_name1)); in TEST_F()
1452 ASSERT_TRUE(PathExists(file_name2)); in TEST_F()
1457 ASSERT_TRUE(PathExists(file_name3)); in TEST_F()
1478 EXPECT_FALSE(PathExists(file_name2)); in TEST_F()
1495 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1500 ASSERT_FALSE(PathExists(file_name_to)); in TEST_F()
1505 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
1506 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1514 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1520 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1525 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
1526 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1535 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1541 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1552 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1558 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1566 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
1571 EXPECT_FALSE(PathExists(dir_name_from)); in TEST_F()
1572 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
1573 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1574 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1581 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1582 EXPECT_FALSE(PathExists(file_name_to)); in TEST_F()
1584 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
1585 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1593 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1599 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1612 ASSERT_TRUE(PathExists(dir_name_exists)); in TEST_F()
1617 EXPECT_FALSE(PathExists(dir_name_from)); in TEST_F()
1618 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
1619 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1620 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1628 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1634 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1640 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1646 ASSERT_TRUE(PathExists(file_name2_from)); in TEST_F()
1658 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
1663 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1664 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1665 EXPECT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1666 EXPECT_TRUE(PathExists(file_name2_from)); in TEST_F()
1667 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1668 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1669 EXPECT_TRUE(PathExists(subdir_name_to)); in TEST_F()
1670 EXPECT_TRUE(PathExists(file_name2_to)); in TEST_F()
1678 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1684 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1690 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1696 ASSERT_TRUE(PathExists(file_name2_from)); in TEST_F()
1713 ASSERT_TRUE(PathExists(dir_name_exists)); in TEST_F()
1718 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1719 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1720 EXPECT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1721 EXPECT_TRUE(PathExists(file_name2_from)); in TEST_F()
1722 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1723 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1724 EXPECT_TRUE(PathExists(subdir_name_to)); in TEST_F()
1725 EXPECT_TRUE(PathExists(file_name2_to)); in TEST_F()
1733 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1739 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1745 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1751 ASSERT_TRUE(PathExists(file_name2_from)); in TEST_F()
1761 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
1766 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1767 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1768 EXPECT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1769 EXPECT_TRUE(PathExists(file_name2_from)); in TEST_F()
1770 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1771 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1772 EXPECT_FALSE(PathExists(subdir_name_to)); in TEST_F()
1780 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1786 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1792 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1798 ASSERT_TRUE(PathExists(file_name2_from)); in TEST_F()
1810 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1815 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1816 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1817 EXPECT_TRUE(PathExists(subdir_name_from)); in TEST_F()
1818 EXPECT_TRUE(PathExists(file_name2_from)); in TEST_F()
1819 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1820 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1821 EXPECT_FALSE(PathExists(subdir_name_to)); in TEST_F()
1829 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1834 ASSERT_FALSE(PathExists(file_name_to)); in TEST_F()
1839 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1847 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1853 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1858 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1867 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1873 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
1880 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1888 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1894 ASSERT_TRUE(PathExists(file_name_to)); in TEST_F()
1906 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1912 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1932 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1933 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1934 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1935 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1944 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
1950 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
1956 ASSERT_TRUE(PathExists(symlink_name_from)); in TEST_F()
1962 ASSERT_TRUE(PathExists(fifo_name_from)); in TEST_F()
1974 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
1979 EXPECT_TRUE(PathExists(dir_name_from)); in TEST_F()
1980 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
1981 EXPECT_TRUE(PathExists(symlink_name_from)); in TEST_F()
1982 EXPECT_TRUE(PathExists(fifo_name_from)); in TEST_F()
1983 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
1984 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
1985 EXPECT_FALSE(PathExists(symlink_name_to)); in TEST_F()
1986 EXPECT_FALSE(PathExists(fifo_name_to)); in TEST_F()
1994 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2000 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2006 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
2011 ASSERT_TRUE(PathExists(symlink_target)); in TEST_F()
2016 ASSERT_TRUE(PathExists(symlink_name_to)); in TEST_F()
2027 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2032 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
2038 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
2042 ASSERT_TRUE(PathExists(symlink_target)); in TEST_F()
2047 ASSERT_TRUE(PathExists(symlink_name_to)); in TEST_F()
2058 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2064 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2070 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
2075 ASSERT_TRUE(PathExists(symlink_target)); in TEST_F()
2080 ASSERT_TRUE(PathExists(symlink_name_to)); in TEST_F()
2086 EXPECT_FALSE(PathExists(symlink_target)); in TEST_F()
2094 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2099 ASSERT_TRUE(PathExists(subdir_name_from)); in TEST_F()
2105 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
2110 ASSERT_TRUE(PathExists(symlink_target)); in TEST_F()
2115 ASSERT_TRUE(PathExists(symlink_name_to)); in TEST_F()
2121 EXPECT_FALSE(PathExists(symlink_target)); in TEST_F()
2129 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2135 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2141 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()
2146 ASSERT_TRUE(PathExists(fifo_name_to)); in TEST_F()
2165 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2182 EXPECT_TRUE(PathExists(file_name_from)); in TEST_F()
2183 EXPECT_TRUE(PathExists(dest_file)); in TEST_F()
2185 EXPECT_FALSE(PathExists(dest_file2_test)); in TEST_F()
2186 EXPECT_FALSE(PathExists(dest_file2)); in TEST_F()
2191 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2196 EXPECT_TRUE(PathExists(dest_file)); in TEST_F()
2219 ASSERT_TRUE(PathExists(data_dir)); in TEST_F()
2265 ASSERT_TRUE(PathExists(data_dir)); in TEST_F()
2313 ASSERT_TRUE(PathExists(dir_name_from)); in TEST_F()
2319 ASSERT_TRUE(PathExists(file_name_from)); in TEST_F()
2327 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()
2333 EXPECT_FALSE(PathExists(dir_name_from)); in TEST_F()
2334 EXPECT_FALSE(PathExists(file_name_from)); in TEST_F()
2335 EXPECT_TRUE(PathExists(dir_name_to)); in TEST_F()
2336 EXPECT_TRUE(PathExists(file_name_to)); in TEST_F()
2392 EXPECT_TRUE(PathExists(temp_files[i])); in TEST_F()
2410 EXPECT_TRUE(PathExists(names[i])); in TEST_F()
2450 EXPECT_TRUE(PathExists(temp_dir)); in TEST_F()
2459 EXPECT_TRUE(PathExists(new_dir)); in TEST_F()
2494 EXPECT_FALSE(PathExists(test_path)); in TEST_F()
2496 EXPECT_TRUE(PathExists(test_path)); in TEST_F()
2502 EXPECT_FALSE(PathExists(test_path)); in TEST_F()
2504 EXPECT_TRUE(PathExists(test_path)); in TEST_F()
2508 EXPECT_FALSE(PathExists(test_root)); in TEST_F()
2509 EXPECT_FALSE(PathExists(test_path)); in TEST_F()
2531 if (!PathExists(invalid_drive)) { in TEST_F()
2541 EXPECT_FALSE(PathExists(test_root)); in TEST_F()
2543 EXPECT_TRUE(PathExists(test_root)); in TEST_F()
2548 EXPECT_FALSE(PathExists(test_path)); in TEST_F()
2550 EXPECT_TRUE(PathExists(test_path)); in TEST_F()
2710 if (PathExists(data_dir)) { in TEST_F()
2716 if (PathExists(data_dir)) { in TEST_F()
3232 if (PathExists(data_dir)) { in TEST_F()
3270 ASSERT_FALSE(PathExists(empty_dir)); in TEST_F()
3416 ASSERT_TRUE(PathExists(file_path_with_link)); in TEST_F()
3604 ASSERT_TRUE(PathExists(data_dir)); in TEST_F()
3614 EXPECT_TRUE(PathExists(path)); in TEST_F()
3631 EXPECT_FALSE(PathExists(path)); in TEST_F()