Home | History | Annotate | Download | only in test

Lines Matching refs:DirectoryExists

321   EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
323 EXPECT_TRUE(FilePath("/").DirectoryExists());
338 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
348 EXPECT_FALSE(FilePath("").DirectoryExists());
355 EXPECT_TRUE(FilePath(".").DirectoryExists());
356 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
359 EXPECT_TRUE(FilePath(".").DirectoryExists());
360 EXPECT_TRUE(FilePath("./").DirectoryExists());
481 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
483 EXPECT_TRUE(testdata_path_.DirectoryExists());
487 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
516 EXPECT_FALSE(testdata_file_.DirectoryExists());