Lines Matching refs:opendir
187 ASSERT_TRUE(opendir("/does/not/exist") == nullptr); in TEST()
190 ASSERT_TRUE(opendir("/dev/null") == nullptr); in TEST()
194 TEST(dirent, opendir) { in TEST() argument
195 DIR* d = opendir("/proc/self"); in TEST()
209 DIR* d = opendir("/proc/self"); in TEST()
215 DIR* d = opendir("/proc/self"); in TEST()
232 DIR* d = opendir("/proc/self"); in TEST()
249 DIR* d = opendir("/proc/self"); in TEST()
267 DIR* d = opendir("/proc/self"); in TEST()
285 DIR* d = opendir("/proc/self"); in TEST()
314 DIR* d = opendir("/proc/self"); in TEST()