Searched refs:IN_DELETE (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dinotify.h16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
36 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c359 case IN_DELETE:
395 case IN_DELETE:
632 event->event->mask = IN_DELETE|(event->event->mask & IN_ISDIR);
H A Dinotify-helper.c222 case IN_DELETE:
H A Dinotify-path.c38 #define IP_INOTIFY_MASK (IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_DELETE_SELF|IN_UNMOUNT|IN_MOVE_SELF|IN_CLOSE_WRITE)
/external/dbus/bus/
H A Ddir-watch-inotify.c155 wd = inotify_add_watch (inotify_fd, new_dirs[i], IN_CLOSE_WRITE | IN_DELETE | IN_MOVED_TO | IN_MOVED_FROM);
/external/chromium/base/files/
H A Dfile_path_watcher_linux.cc258 IN_CREATE | IN_DELETE |

Completed in 108 milliseconds