HomeSort by relevance Sort by last modified time
    Searched defs:MS_POSIXACL (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 64 MS_POSIXACL = 1 << 16, /* VFS does not apply the umask. */
65 #define MS_POSIXACL MS_POSIXACL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 64 MS_POSIXACL = 1 << 16, /* VFS does not apply the umask. */
65 #define MS_POSIXACL MS_POSIXACL
  /bionic/libc/kernel/uapi/linux/
fs.h 81 #define MS_POSIXACL (1 << 16)
  /development/ndk/platforms/android-21/include/linux/
fs.h 77 #define MS_POSIXACL (1<<16)
  /development/ndk/platforms/android-3/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /external/kernel-headers/original/uapi/linux/
fs.h 84 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)

Completed in 300 milliseconds

1 23 4 5 6