/external/bison/m4/ |
mode_t.m4 | 0 # mode_t.m4 serial 2 7 # For using mode_t, it's sufficient to use AC_TYPE_MODE_T and 11 # promotion" (ISO C 6.5.2.2.(6)) of the type mode_t. 15 AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [ 16 dnl Assume mode_t promotes to 'int' if and only if it is smaller than 'int', 20 [[typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];]])], 22 [gl_cv_promoted_mode_t='mode_t']) 25 [Define to the type that is the result of default argument promotions of type mode_t.])
|
/bionic/libc/include/sys/ |
stat.h | 43 mode_t st_mode; \ 64 mode_t st_mode; \ 83 mode_t st_mode; \ 138 extern int chmod(const char*, mode_t); 139 extern int fchmod(int, mode_t); 140 extern int mkdir(const char*, mode_t); 151 extern int mknod(const char*, mode_t, dev_t); 152 extern mode_t umask(mode_t); 154 extern mode_t __umask_chk(mode_t) [all...] |
/development/ndk/platforms/android-21/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/ |
stat.h | 146 extern int chmod(const char*, mode_t); 147 extern int fchmod(int, mode_t); 148 extern int mkdir(const char*, mode_t); 159 extern int mknod(const char*, mode_t, dev_t); 160 extern mode_t umask(mode_t); 164 extern mode_t __umask_chk(mode_t); 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask") [all...] |
/external/libchrome/base/test/ |
test_file_util_posix.cc | 27 bool DenyFilePermission(const FilePath& path, mode_t permission) { 48 *length = sizeof(mode_t); 49 mode_t* mode = new mode_t; 64 DCHECK_EQ(sizeof(mode_t), length); 65 mode_t* mode = reinterpret_cast<mode_t*>(info);
|
/development/ndk/platforms/android-12/include/sys/ |
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) 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-19/include/sys/ |
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) 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-3/include/sys/ |
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) 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);
|