OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MS_POSIXACL
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/development/ndk/platforms/android-3/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/external/strace/xlat/
mount_flags.h
44
#if !(defined(
MS_POSIXACL
) || (defined(HAVE_DECL_MS_POSIXACL) && HAVE_DECL_MS_POSIXACL))
45
# define
MS_POSIXACL
(1<<16)
109
XLAT(
MS_POSIXACL
),
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
mount.h
53
#define
MS_POSIXACL
(1<<16) /* VFS does not apply the umask */
Completed in 485 milliseconds
1
2
3
4
5