Home | History | Annotate | Download | only in test

Lines Matching refs:DirectoryExists

389   EXPECT_TRUE(FilePath(current_drive).DirectoryExists());
391 EXPECT_TRUE(FilePath("/").DirectoryExists());
406 EXPECT_FALSE(FilePath(non_drive).DirectoryExists());
416 EXPECT_FALSE(FilePath("").DirectoryExists());
424 EXPECT_TRUE(FilePath(".").DirectoryExists());
425 EXPECT_TRUE(FilePath(".\\").DirectoryExists());
429 EXPECT_TRUE(FilePath(".").DirectoryExists());
430 EXPECT_TRUE(FilePath("./").DirectoryExists());
571 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
573 EXPECT_TRUE(testdata_path_.DirectoryExists());
577 EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.c_str();
606 EXPECT_FALSE(testdata_file_.DirectoryExists());