/external/strace/ |
D | inotify.c | 35 SYS_FUNC(inotify_add_watch) in SYS_FUNC() argument
|
D | sys_func.h | 90 extern SYS_FUNC(inotify_add_watch);
|
/external/selinux/policycoreutils/restorecond/ |
D | watch.c | 82 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add() 271 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
|
D | utmpwatcher.c | 71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
|
/external/toybox/toys/other/ |
D | inotifyd.c | 68 if (inotify_add_watch(fds.fd, path, mask) < 0) perror_exit_raw(path); in inotifyd_main()
|
/external/dbus/bus/ |
D | dir-watch-inotify.c | 149 …wd = inotify_add_watch (inotify_fd, new_dirs[i], IN_CLOSE_WRITE | IN_DELETE | IN_MOVED_TO | IN_MOV… in _set_watched_dirs_internal()
|
/external/toybox/toys/posix/ |
D | tail.c | 144 if (0 > (TT.files[f] = inotify_add_watch(TT.ffd, s, IN_MODIFY))) in do_tail()
|
/external/strace/linux/32/ |
D | syscallent.h | 31 [ 27] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/64/ |
D | syscallent.h | 28 [ 27] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 251 [6248] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
D | syscallent-n64.h | 247 [5244] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
D | syscallent-o32.h | 288 [4285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 300 [285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 270 [277] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 255 [254] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 269 [241] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 275 [270] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 316 [285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 300 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch()
|
/external/strace/linux/sparc/ |
D | syscallent.h | 153 [152] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 297 [1278] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/sh64/ |
D | syscallent.h | 345 [319] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 300 [276] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/x32/ |
D | syscallent.h | 255 [254] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 320 [292] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
|