Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/bluetooth/glib/gio/inotify/
Dinotify-helper.c234 case IN_IGNORED: in ih_mask_to_EventFlags()
Dinotify-kernel.c369 case IN_IGNORED: in _ik_mask_to_string()
405 case IN_IGNORED: in _ik_mask_to_string()
Dinotify-path.c395 if (event->mask & IN_IGNORED) in ip_event_callback()
/external/chromium/base/files/
Dfile_path_watcher_linux.cc288 if (event->mask & IN_IGNORED) in OnInotifyEvent()