Searched refs:dirfd (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/include/sys/
H A Dstat.h100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
H A Dlinux-unistd.h95 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
96 int mkdirat (int dirfd, const char *pathname, mode_t mode);
97 int fchownat (int dirfd, const char *path, uid_t owner, gid_t group, int flags);
98 int fchmodat (int dirfd, const char *path, mode_t mode, int flags);
/bionic/libc/include/
H A Dfcntl.h48 extern int unlinkat(int dirfd, const char *pathname, int flags);
H A Ddirent.h70 extern int dirfd(DIR* dirp);
/bionic/libc/unistd/
H A Dopendir.c46 int dirfd(DIR* dirp) function
/bionic/libc/bionic/
H A Dfts.c607 if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) {

Completed in 7665 milliseconds