Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dinotify.h30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/bluetooth/glib/gio/inotify/
Dinotify-helper.c216 case IN_CLOSE_WRITE: in ih_mask_to_EventFlags()
Dinotify-kernel.c349 case IN_CLOSE_WRITE: in _ik_mask_to_string()
385 case IN_CLOSE_WRITE: in _ik_mask_to_string()
Dinotify-path.c38 …N_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_DELETE_SELF|IN_UNMOUNT|IN_MOVE_SELF|IN_CLOSE_WRITE)
/external/dbus/bus/
Ddir-watch-inotify.c155 …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/chromium/base/files/
Dfile_path_watcher_linux.cc259 IN_CLOSE_WRITE | IN_MOVE | in AddWatch()
/external/dbus/
DChangeLog.pre-1-236 IN_CLOSE_WRITE, IN_DELETE, IN_MOVE_TO and IN_MOVE_FROM events. This