Home | History | Annotate | Download | only in base

Lines Matching full:directoryexists

1473     EXPECT_FALSE(file_util::DirectoryExists(temp_files[i]));
1527 EXPECT_TRUE(file_util::DirectoryExists(dir));
1544 // CreateDirectory returns true if the DirectoryExists returns true.
1561 ASSERT_TRUE(file_util::DirectoryExists(
1567 ASSERT_TRUE(file_util::DirectoryExists(top_level));
1592 EXPECT_TRUE(file_util::DirectoryExists(test_root));
1600 EXPECT_FALSE(file_util::DirectoryExists(test_path));