Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h44 #if !(defined(IN_IGNORED) || (defined(HAVE_DECL_IN_IGNORED) && HAVE_DECL_IN_IGNORED))
45 # define IN_IGNORED 0x00008000 macro
88 XLAT(IN_IGNORED),
Dinotify_flags.in15 IN_IGNORED 0x00008000
/external/kernel-headers/original/uapi/linux/
Dinotify.h45 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/toybox/toys/other/
Dinotifyd.c110 if (event->mask & IN_IGNORED) { in inotifyd_main()
/external/selinux/policycoreutils/restorecond/
Dwatch.c189 if (event->mask & ~IN_IGNORED) { in watch()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc328 if (event->mask & IN_IGNORED) in OnInotifyEvent()