Searched refs:inotify_rm_watch (Results 1 – 25 of 57) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 123 extern int inotify_rm_watch(struct inotify_handle *, struct inotify_watch *); 199 static inline int inotify_rm_watch(struct inotify_handle *ih, in inotify_rm_watch() function
|
/external/strace/tests/ |
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-m32/ |
D | inotify.gen.test | 4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
|
/external/selinux/restorecond/ |
D | watch.c | 165 inotify_rm_watch(fd, ptr->wd); in watch_list_free() 282 inotify_rm_watch(fd, master_wd); in read_config()
|
D | utmpwatcher.c | 68 inotify_rm_watch(inotify_fd, utmp_wd); in utmpwatcher_handle()
|
/external/strace/ |
D | inotify.c | 49 SYS_FUNC(inotify_rm_watch) in SYS_FUNC() argument
|
D | sys_func.h | 93 extern SYS_FUNC(inotify_rm_watch);
|
/external/toybox/toys/other/ |
D | inotifyd.c | 116 inotify_rm_watch(fds.fd, event->wd); in inotifyd_main()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 29 inotify_rm_watch 28
|
D | ia64.in | 249 inotify_rm_watch 1279
|
D | sparc64.in | 139 inotify_rm_watch 156
|
D | x86_64.in | 254 inotify_rm_watch 255
|
D | i386.in | 287 inotify_rm_watch 293
|
D | s390x.in | 205 inotify_rm_watch 286
|
D | powerpc.in | 272 inotify_rm_watch 277
|
D | s390.in | 205 inotify_rm_watch 286
|
D | sparc.in | 161 inotify_rm_watch 156
|
D | powerpc64.in | 272 inotify_rm_watch 277
|
D | sh.in | 314 inotify_rm_watch 320
|
D | arm.in | 284 inotify_rm_watch (__NR_SYSCALL_BASE+318)
|
/external/adhd/cras/src/common/ |
D | cras_file_wait.c | 73 rc = inotify_rm_watch(file_wait->inotify_fd, in cras_file_wait_rm_watch()
|
/external/strace/linux/64/ |
D | syscallent.h | 29 [ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
/external/strace/linux/32/ |
D | syscallent.h | 32 [ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 322 inotify_rm_watch(inotify_fd_, watch); in RemoveWatch()
|
123