HomeSort by relevance Sort by last modified time
    Searched defs:inotify_rm_watch (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-arm/syscalls/
inotify_rm_watch.S 5 .type inotify_rm_watch, #function
6 .globl inotify_rm_watch
10 inotify_rm_watch: label
  /bionic/libc/arch-x86/syscalls/
inotify_rm_watch.S 5 .type inotify_rm_watch, @function
6 .globl inotify_rm_watch
9 inotify_rm_watch: label
  /bionic/libc/arch-sh/syscalls/
inotify_rm_watch.S 5 .type inotify_rm_watch, @function
6 .globl inotify_rm_watch
9 inotify_rm_watch: label
  /external/kernel-headers/original/linux/
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

Completed in 36 milliseconds