Searched refs:inotify_add_watch (Results 1 – 25 of 71) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 121 extern __s32 inotify_add_watch(struct inotify_handle *, struct inotify_watch *, 192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, in inotify_add_watch() function
|
/external/strace/tests-m32/ |
D | inotify.gen.test | 4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
|
/external/strace/tests-mx32/ |
D | inotify.gen.test | 4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
|
/external/strace/tests/ |
D | inotify.gen.test | 4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
|
/external/strace/ |
D | inotify.c | 35 SYS_FUNC(inotify_add_watch) in SYS_FUNC() argument
|
/external/selinux/restorecond/ |
D | watch.c | 92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add() 284 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/rust/crates/nix/src/sys/ |
D | inotify.rs | 141 libc::inotify_add_watch(self.fd, cstr.as_ptr(), mask.bits()) in add_watch()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 28 inotify_add_watch 27
|
D | mips_n64.in | 244 inotify_add_watch 244
|
D | ia64.in | 248 inotify_add_watch 1278
|
D | x86_64.in | 253 inotify_add_watch 254
|
D | sparc64.in | 136 inotify_add_watch 152
|
D | s390.in | 204 inotify_add_watch 285
|
D | powerpc.in | 271 inotify_add_watch 276
|
D | s390x.in | 204 inotify_add_watch 285
|
D | mips_n32.in | 248 inotify_add_watch 248
|
D | i386.in | 286 inotify_add_watch 292
|
D | powerpc64.in | 271 inotify_add_watch 276
|
D | sparc.in | 157 inotify_add_watch 152
|
D | sh.in | 313 inotify_add_watch 319
|
D | mips_o32.in | 285 inotify_add_watch 285
|
/external/adhd/cras/src/common/ |
D | cras_file_wait.c | 233 file_wait->watch_id = inotify_add_watch( in cras_file_wait_dispatch()
|
/external/llvm-project/clang/lib/DirectoryWatcher/linux/ |
D | DirectoryWatcher-linux.cpp | 336 const int InotifyWD = inotify_add_watch( in create()
|
123