Searched refs:dirfd (Results 1 – 25 of 40) sorted by relevance
12
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 100 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);
|
/development/ndk/platforms/android-3/header-patches/include/sys/ |
D | stat.h | 102 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 103 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 104 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 105 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-9/include/sys/ |
D | stat.h | 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-12/include/sys/ |
D | stat.h | 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-19/include/sys/ |
D | stat.h | 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags); 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags); 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-21/include/ |
D | fcntl.h | 115 int openat(int dirfd, const char* pathname, int flags, ...) { in openat() argument 127 return __openat_2(dirfd, pathname, flags); in openat() 130 return __openat_real(dirfd, pathname, flags, __builtin_va_arg_pack()); in openat()
|
D | dirent.h | 73 extern int dirfd(DIR*);
|
/development/ndk/platforms/android-3/include/ |
D | fcntl.h | 48 extern int unlinkat(int dirfd, const char *pathname, int flags);
|
D | dirent.h | 69 extern int dirfd(DIR* dirp);
|
/development/ndk/platforms/android-16/arch-mips/symbols/ |
D | libc.so.functions.txt | 269 dirfd
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
D | libc.so.functions.txt | 272 dirfd
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 364 dirfd
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
D | libc.so.functions.txt | 264 dirfd
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libc.so.functions.txt | 261 dirfd
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
D | libc.so.functions.txt | 264 dirfd
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
D | libc.so.functions.txt | 272 dirfd
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libc.so.functions.txt | 266 dirfd
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libc.so.functions.txt | 284 dirfd
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
D | libc.so.functions.txt | 269 dirfd
|
/development/ndk/platforms/android-16/arch-x86/symbols/ |
D | libc.so.functions.txt | 264 dirfd
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libc.so.functions.txt | 289 dirfd
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
D | libc.so.functions.txt | 267 dirfd
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
D | libc.so.functions.txt | 269 dirfd
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
D | libc.so.functions.txt | 267 dirfd
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libc.so.functions.txt | 200 dirfd
|
12