Home | History | Annotate | Download | only in tests

Lines Matching refs:opendir

175   ASSERT_TRUE(opendir("/does/not/exist") == NULL);
178 ASSERT_TRUE(opendir("/dev/null") == NULL);
182 TEST(dirent, opendir) {
183 DIR* d = opendir("/proc/self");
197 DIR* d = opendir("/proc/self");
203 DIR* d = opendir("/proc/self");
220 DIR* d = opendir("/proc/self");
237 DIR* d = opendir("/proc/self");
255 DIR* d = opendir("/proc/self");
273 DIR* d = opendir("/proc/self");
302 DIR* d = opendir("/proc/self");