OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAN_CLOEXEC
(Results
1 - 11
of
11
) sorted by null
/external/strace/xlat/
fan_init_flags.h
4
#if !(defined(
FAN_CLOEXEC
) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC))
5
# define
FAN_CLOEXEC
0x00000001
7
XLAT(
FAN_CLOEXEC
),
/bionic/libc/kernel/uapi/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/development/ndk/platforms/android-21/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/external/kernel-headers/original/uapi/linux/
fanotify.h
26
#define
FAN_CLOEXEC
0x00000001
39
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fanotify.h
26
#define
FAN_CLOEXEC
0x00000001
39
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | \
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fanotify.h
36
#define
FAN_CLOEXEC
0x00000001
46
#define FAN_ALL_INIT_FLAGS (
FAN_CLOEXEC
| FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
Completed in 3499 milliseconds