Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 30) sorted by relevance

12

/bionic/tests/
Ddirent_test.cpp200 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()
[all …]
Dfdsan_test.cpp133 DIR* dir = opendir("/dev/"); in TEST_F()
Dutils.h283 auto fd_dir = std::unique_ptr<DIR, decltype(&closedir)>{ opendir("/proc/self/fd"), closedir }; in CountOpenFds()
Difaddrs_test.cpp98 std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/sys/class/net"), closedir); in TEST()
/bionic/libc/private/
DScopedReaddir.h25 explicit ScopedReaddir(const char* path) : ScopedReaddir(opendir(path)) { in ScopedReaddir()
/bionic/tests/headers/posix/
Ddirent_h.c50 FUNCTION(opendir, DIR* (*f)(const char*)); in dirent_h()
/bionic/libc/bionic/
Dscandir.cpp97 dir = opendir(dir_name); in scandirat()
Ddirent.cpp102 DIR* opendir(const char* path) { in opendir() function
Dfts.c565 if ((dirp = opendir(cur->fts_accpath)) == NULL) { in fts_build()
/bionic/libc/include/
Ddirent.h98 DIR* _Nullable opendir(const char* _Nonnull __path);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_023.S219 CALL(opendir)
Dliblinker_reloc_bench_076.S333 CALL(opendir)
Dliblinker_reloc_bench_073.S1060 CALL(opendir)
Dliblinker_reloc_bench_012.S2139 CALL(opendir)
Dliblinker_reloc_bench_092.S2757 CALL(opendir)
Dliblinker_reloc_bench_025.S782 CALL(opendir)
Dliblinker_reloc_bench_123.S2783 CALL(opendir)
Dliblinker_reloc_bench_001.S3953 CALL(opendir)
Dliblinker_reloc_bench_096.S4098 CALL(opendir)
Dlinker_reloc_bench_main.S3578 CALL(opendir)
/bionic/tools/versioner/src/
Dversioner.cpp110 DIR* dir = opendir(dir_path.c_str()); in collectRequirements()
/bionic/libc/tools/
Dposix-2013.txt612 opendir
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c1017 return (opendir(buf)); in g_opendir()
/bionic/libc/
Dlibc.map.txt714 opendir;
/bionic/tools/versioner/platforms/
Dlibc.map.txt714 opendir;

12