HomeSort by relevance Sort by last modified time
    Searched defs:MS_POSIXACL (Results 26 - 50 of 96) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilts/ndk/9/platforms/android-14/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-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 */
  /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/strace/
system.c 58 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
117 { MS_POSIXACL, "MS_POSIXACL" },
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
180 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
180 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
180 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)

Completed in 38 milliseconds

12 3 4