Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/memcheck/tests/darwin/
Dpth-undocumented.c21 int __pthread_fchdir(int dirfd) in __pthread_fchdir()
28 int dirfd; in main() local
/external/toybox/toys/other/
Dlspci.c44 int dirfd; local
/external/toybox/toys/posix/
Dls.c297 static void listfiles(int dirfd, struct dirtree *indir) in listfiles()
/external/e2fsprogs/contrib/
Dspd_readdir.c451 int dirfd(DIR *dir) in dirfd() function
/external/toybox/lib/
Dxwrap.c344 int try = 9999, dirfd = open("/", 0);; in xabspath() local
Dlib.c355 char *readfileat(int dirfd, char *name, char *ibuf, off_t len) in readfileat()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc719 int dirfd = open(DIR_TO_READ, O_RDONLY); in TEST() local