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 6 ENTRY(inotify_rm_watch) function
15 END(inotify_rm_watch)
  /bionic/libc/arch-mips/syscalls/
inotify_rm_watch.S 4 .globl inotify_rm_watch
6 .ent inotify_rm_watch
8 inotify_rm_watch: label
22 .end inotify_rm_watch
  /bionic/libc/arch-x86/syscalls/
inotify_rm_watch.S 6 ENTRY(inotify_rm_watch) function
24 END(inotify_rm_watch)
  /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 84 milliseconds