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