HomeSort by relevance Sort by last modified time
    Searched refs:inotify_rm_watch (Results 1 - 25 of 46) sorted by null

1 2

  /external/strace/tests/
inotify.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify -a23 -e trace=inotify_add_watch,inotify_rm_watch); do not edit.
4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
  /external/strace/tests-m32/
inotify.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify -a23 -e trace=inotify_add_watch,inotify_rm_watch); do not edit.
4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
  /external/strace/tests-mx32/
inotify.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify -a23 -e trace=inotify_add_watch,inotify_rm_watch); do not edit.
4 run_strace_match_diff -a23 -e trace=inotify_add_watch,inotify_rm_watch
  /bionic/libc/arch-arm/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
16 END(inotify_rm_watch)
  /bionic/libc/arch-arm64/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
14 END(inotify_rm_watch)
  /bionic/libc/arch-mips/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
19 END(inotify_rm_watch)
  /bionic/libc/arch-x86_64/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
15 END(inotify_rm_watch)
  /bionic/libc/arch-mips64/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
25 END(inotify_rm_watch)
  /bionic/libc/arch-x86/syscalls/
inotify_rm_watch.S 5 ENTRY(inotify_rm_watch) function
34 END(inotify_rm_watch)
  /bionic/libc/include/sys/
inotify.h 59 int inotify_rm_watch(int __fd, uint32_t __watch_descriptor);
  /external/strace/
inotify.c 49 SYS_FUNC(inotify_rm_watch)
sys_func.h 93 extern SYS_FUNC(inotify_rm_watch);
  /external/ltp/testcases/kernel/syscalls/utils/
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, function
  /external/selinux/restorecond/
utmpwatcher.c 68 inotify_rm_watch(inotify_fd, utmp_wd);
watch.c 165 inotify_rm_watch(fd, ptr->wd);
282 inotify_rm_watch(fd, master_wd);
  /external/toybox/toys/other/
inotifyd.c 116 inotify_rm_watch(fds.fd, event->wd);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 73 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) {
315 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) {
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 66 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) {
293 if (inotify_rm_watch(mInotifyFd, si->WatchID) == -1) {
  /external/adhd/cras/src/common/
cras_file_wait.c 73 rc = inotify_rm_watch(file_wait->inotify_fd,
  /external/strace/linux/32/
syscallent.h 32 [ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
  /external/strace/linux/64/
syscallent.h 29 [ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
  /external/strace/linux/avr32/
syscallent.h 271 [242] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
  /external/strace/linux/hppa/
syscallent.h 277 [271] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
  /external/strace/linux/ia64/
syscallent.h 285 [1279] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
  /external/strace/linux/x86_64/
syscallent.h 256 [255] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },

Completed in 1022 milliseconds

1 2