Home | History | Annotate | Download | only in quipper

Lines Matching defs:PathExists

32 bool PathExists(const string& path) {
76 EXPECT_TRUE(PathExists(path)) << path;
82 EXPECT_FALSE(PathExists(path)) << path;
92 EXPECT_TRUE(PathExists(path)) << path;
96 EXPECT_FALSE(PathExists(path)) << path;
106 EXPECT_TRUE(PathExists(paths[i])) << paths[i];
110 EXPECT_FALSE(PathExists(paths[i])) << paths[i];
120 EXPECT_TRUE(PathExists(path)) << path;
127 EXPECT_FALSE(PathExists(path)) << path;
137 EXPECT_TRUE(PathExists(path)) << path;
143 EXPECT_FALSE(PathExists(path)) << path;
154 EXPECT_TRUE(PathExists(paths[i])) << paths[i];
158 EXPECT_FALSE(PathExists(paths[i])) << paths[i];
169 EXPECT_TRUE(PathExists(path)) << path;
174 EXPECT_FALSE(PathExists(path)) << path;
185 EXPECT_TRUE(PathExists(paths[i])) << paths[i];
193 EXPECT_FALSE(PathExists(paths[i])) << paths[i];