OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAN_CLOSE_WRITE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
fanotify.h
24
#define
FAN_CLOSE_WRITE
0x00000008
34
#define FAN_CLOSE (
FAN_CLOSE_WRITE
| FAN_CLOSE_NOWRITE)
/external/kernel-headers/original/uapi/linux/
fanotify.h
10
#define
FAN_CLOSE_WRITE
0x00000008 /* Writtable file closed */
26
#define FAN_CLOSE (
FAN_CLOSE_WRITE
| FAN_CLOSE_NOWRITE) /* close */
Completed in 130 milliseconds