Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/inotify/
Dinotify-path.c38 #define IP_INOTIFY_MASK (IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_DELET… macro
159 wd = _ik_watch (sub->dirname, IP_INOTIFY_MASK|IN_ONLYDIR, &err); in _ip_start_watching()
404 if (event->mask & IP_INOTIFY_MASK) in ip_event_callback()