Searched refs:opendir (Results 1 – 22 of 22) sorted by relevance
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() argument195 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()[all …]
133 DIR* dir = opendir("/dev/"); in TEST_F()
285 auto fd_dir = std::unique_ptr<DIR, decltype(&closedir)>{ opendir("/proc/self/fd"), closedir }; in CountOpenFds()
98 std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/sys/class/net"), closedir); in TEST()
25 explicit ScopedReaddir(const char* path) : ScopedReaddir(opendir(path)) { in ScopedReaddir()
50 FUNCTION(opendir, DIR* (*f)(const char*)); in dirent_h()
98 DIR* opendir(const char* __path);
100 dir = opendir(dir_name); in scandirat()
102 DIR* opendir(const char* path) { in opendir() function
570 if ((dirp = opendir(cur->fts_accpath)) == NULL) { in fts_build()
219 CALL(opendir)
333 CALL(opendir)
1060 CALL(opendir)
2139 CALL(opendir)
2757 CALL(opendir)
782 CALL(opendir)
3953 CALL(opendir)
110 DIR* dir = opendir(dir_path.c_str()); in collectRequirements()
612 opendir
1017 return (opendir(buf)); in g_opendir()
714 opendir;