Home
last modified time | relevance | path

Searched refs:IN_CLOSE_WRITE (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinotify.h32 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/strace/xlat/
Dinotify_flags.h11 #if !(defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE))
12 # define IN_CLOSE_WRITE 0x00000008 macro
77 XLAT(IN_CLOSE_WRITE),
Dinotify_flags.in4 IN_CLOSE_WRITE 0x00000008
/external/dbus/bus/
Ddir-watch-inotify.c149 …wd = inotify_add_watch (inotify_fd, new_dirs[i], IN_CLOSE_WRITE | IN_DELETE | IN_MOVED_TO | IN_MOV… in _set_watched_dirs_internal()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc302 IN_CLOSE_WRITE | IN_MOVE | in AddWatch()
/external/avahi/avahi-daemon/
Dmain.c924 …inotify_add_watch(inotify_fd, c ? "/services" : AVAHI_SERVICE_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DEL… in add_inotify_watches()
931 …inotify_add_watch(inotify_fd, c ? "/" : AVAHI_CONFIG_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DELETE_SELF|… in add_inotify_watches()
/external/dbus/
DChangeLog.pre-1-236 IN_CLOSE_WRITE, IN_DELETE, IN_MOVE_TO and IN_MOVE_FROM events. This