HomeSort by relevance Sort by last modified time
    Searched defs:FAN_CLOSE_NOWRITE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
fanotify.h 25 #define FAN_CLOSE_NOWRITE 0x00000010
34 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
  /external/kernel-headers/original/uapi/linux/
fanotify.h 11 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */
26 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */

Completed in 577 milliseconds