OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAN_CLOEXEC
(Results
1 - 3
of
3
) sorted by null
/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-L/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 | \
Completed in 420 milliseconds