Home
last modified time | relevance | path

Searched refs:IN_CLOSE_WRITE (Results 1 – 5 of 5) 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-kernel.c349 case IN_CLOSE_WRITE: in _ik_mask_to_string()
385 case IN_CLOSE_WRITE: in _ik_mask_to_string()
Dinotify-helper.c216 case IN_CLOSE_WRITE: in ih_mask_to_EventFlags()
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/chromium/base/
Ddirectory_watcher_inotify.cc298 IN_CLOSE_WRITE | IN_MOVE); in AddWatch()