Searched refs:DirExists (Results 1 – 6 of 6) sorted by relevance
80 bool DirExists(const char *path);
87 if (!DirExists(path) && !CreateDir(path)) { in RecursiveCreateParentDirs()
96 bool DirExists(const char *path) { in DirExists() function
397 bool DirExists(const char *path) { in DirExists() function
546 bool DirExists(const char *path) { in DirExists() function
368 TEST(SanitizerCommon, DirExists) { in TEST() argument371 EXPECT_TRUE(DirExists(tmpdir)); in TEST()