Lines Matching full:directoryexists
38 using base::DirectoryExists;
1690 EXPECT_FALSE(DirectoryExists(temp_files[i]));
1744 EXPECT_TRUE(DirectoryExists(dir));
1761 // CreateDirectory returns true if the DirectoryExists returns true.
1778 ASSERT_TRUE(DirectoryExists(FilePath(FilePath::kCurrentDirectory)));
1783 ASSERT_TRUE(DirectoryExists(top_level));
1808 EXPECT_TRUE(DirectoryExists(test_root));
1815 EXPECT_FALSE(DirectoryExists(test_path));