HomeSort by relevance Sort by last modified time
    Searched defs:MS_POSIXACL (Results 1 - 25 of 25) sorted by null

  /bionic/libc/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /development/ndk/platforms/android-3/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
mount.h 53 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
  /external/strace/
system.c 61 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
104 { MS_POSIXACL, "MS_POSIXACL" },
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /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)
  /prebuilt/linux-x86/toolchain/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /prebuilt/ndk/android-ndk-r5/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)
  /prebuilt/ndk/android-ndk-r6/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)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fs.h 92 #define MS_POSIXACL (1<<16)
126 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
  /external/kernel-headers/original/linux/
fs.h 117 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
174 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL)
    [all...]

Completed in 599 milliseconds