OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAN_CLOSE_NOWRITE
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/kernel/uapi/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/development/ndk/platforms/android-L/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/external/kernel-headers/original/uapi/linux/
fanotify.h
10
#define
FAN_CLOSE_NOWRITE
0x00000010 /* Unwrittable file closed */
23
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
) /* close */
/external/strace/linux/
fanotify.h
10
#define
FAN_CLOSE_NOWRITE
0x00000010 /* Unwrittable file closed */
23
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
) /* close */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fanotify.h
26
#define
FAN_CLOSE_NOWRITE
0x00000010
35
#define FAN_CLOSE (FAN_CLOSE_WRITE |
FAN_CLOSE_NOWRITE
)
Completed in 72 milliseconds