Searched refs:mode_t (Results 1 – 9 of 9) sorted by relevance
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 81 extern int chmod(const char *, mode_t); 82 extern int fchmod(int, mode_t); 83 extern int mkdir(const char *, mode_t); 88 extern int mknod(const char *, mode_t, dev_t); 89 extern mode_t umask(mode_t); 95 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() 101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
D | types.h | 63 typedef __kernel_mode_t mode_t; typedef
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
D | stat.h | 115 extern int chmod(const char *, mode_t); 116 extern int fchmod(int, mode_t); 117 extern int mkdir(const char *, mode_t); 122 extern int mknod(const char *, mode_t, dev_t); 123 extern mode_t umask(mode_t); 129 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() 135 extern int mkdirat(int dirfd, const char *pathname, mode_t mode); 137 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | stat.h | 30 mode_t st_mode; 57 mode_t st_mode; 86 mode_t st_mode;
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | open.c | 78 mode_t mode = 0; in WRAP() 92 mode = (mode_t) va_arg(args, int); in WRAP() 119 mode_t mode = 0; in WRAP() 133 mode = (mode_t) va_arg(args, int); in WRAP()
|
/development/ndk/sources/android/libportable/arch-x86/ |
D | open.c | 62 mode_t mode = 0; in WRAP() 70 mode = (mode_t) va_arg(args, int); in WRAP()
|
/development/ndk/platforms/android-3/include/ |
D | fcntl.h | 50 extern int creat(const char* path, mode_t mode);
|
/development/ndk/platforms/android-3/include/linux/ |
D | proc_fs.h | 38 mode_t mode;
|
D | sysfs.h | 23 mode_t mode;
|