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

  /external/strace/xlat/
fan_init_flags.h 2 #if !(defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC))
3 # define FAN_CLOEXEC 0x00000001
23 XLAT(FAN_CLOEXEC),
  /bionic/libc/kernel/uapi/linux/
fanotify.h 33 #define FAN_CLOEXEC 0x00000001
42 #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 27 #define FAN_CLOEXEC 0x00000001
41 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fanotify.h 26 #define FAN_CLOEXEC 0x00000001
39 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \

Completed in 265 milliseconds