Searched refs:DirExists (Results 1 – 8 of 8) sorted by relevance
49 if (DirExists(entry)) { in CleanDir()208 TEST_F(FileUtilsTest, DirExists) { in TEST_F() argument210 ASSERT_TRUE(webrtc::test::DirExists(webrtc::test::OutputPath())) in TEST_F()215 ASSERT_FALSE(webrtc::test::DirExists(directory)) in TEST_F()223 ASSERT_FALSE(webrtc::test::DirExists(temp_filename)) in TEST_F()236 EXPECT_TRUE(DirExists(temp_directory)); in TEST_F()246 EXPECT_TRUE(DirExists(temp_subdir)); in TEST_F()256 EXPECT_FALSE(DirExists(temp_directory)); in TEST_F()
97 bool DirExists(const std::string& directory_name);
88 bool DirExists(const std::string& directory_name) { in DirExists() function
50 RTC_CHECK(DirExists(absl::GetFlag(FLAGS_i))); in main()52 RTC_CHECK(DirExists(absl::GetFlag(FLAGS_o))); in main()
151 if (!DirExists(dir)) { in DeleteFolderAndContents()157 if (DirExists(path)) { in DeleteFolderAndContents()
55 if (DirExists(name)) return false; in LoadFileRaw()87 bool DirExists(const char *name) { in DirExists() function
41 assert.DirExists(t, filepath.Join(fakeWorkDir, "out"))
406 bool DirExists(const char *name);