Searched refs:PathExists (Results 1 – 4 of 4) sorted by relevance
30 TEST(System, PathExists) { in TEST() argument34 EXPECT_TRUE(PathExists("/tmp/foo")); in TEST()39 EXPECT_FALSE(PathExists("/tmp/foo")); in TEST()
67 bool PathExists(const char* path_name);
72 bool PathExists(const char* path) { in PathExists() function
281 bool PathExists(const char* path) { in PathExists() function288 return PathExists(path); in PathIsFile()