Lines Matching refs:opendir
200 ASSERT_TRUE(opendir("/does/not/exist") == nullptr); in TEST()
203 ASSERT_TRUE(opendir("/dev/null") == nullptr); in TEST()
207 TEST(dirent, opendir) { in TEST() argument
208 DIR* d = opendir("/proc/self"); in TEST()
222 DIR* d = opendir("/proc/self"); in TEST()
228 DIR* d = opendir("/proc/self"); in TEST()
245 DIR* d = opendir("/proc/self"); in TEST()
262 DIR* d = opendir("/proc/self"); in TEST()
280 DIR* d = opendir("/proc/self"); in TEST()
298 DIR* d = opendir("/proc/self"); in TEST()
327 DIR* d = opendir("/proc/self"); in TEST()