HomeSort by relevance Sort by last modified time
    Searched defs:FAN_CLOSE_NOWRITE (Results 1 - 3 of 3) 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 */

Completed in 69 milliseconds