Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h5 #if !(defined(IN_MODIFY) || (defined(HAVE_DECL_IN_MODIFY) && HAVE_DECL_IN_MODIFY))
6 # define IN_MODIFY 0x00000002 macro
75 XLAT(IN_MODIFY),
Dinotify_flags.in2 IN_MODIFY 0x00000002
/external/kernel-headers/original/uapi/linux/
Dinotify.h30 #define IN_MODIFY 0x00000002 /* File was modified */ macro
64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/selinux/policycoreutils/restorecond/
Dutmpwatcher.c71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
Dwatch.c271 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
/external/toybox/toys/posix/
Dtail.c144 if (0 > (TT.files[f] = inotify_add_watch(TT.ffd, s, IN_MODIFY))) in do_tail()
/external/dbus/
DChangeLog.pre-1-2173 IN_MODIFY but also for IN_CREATE and IN_DELETE