HomeSort by relevance Sort by last modified time
    Searched refs:IN_CLOSE_NOWRITE (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 41 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed. */
42 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
58 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
72 | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h 41 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed. */
42 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
58 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* Close. */
72 | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM \
  /external/kernel-headers/original/linux/
inotify.h 31 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \

Completed in 66 milliseconds

1 23