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

  /bionic/libc/arch-arm/syscalls/
inotify_init.S 6 ENTRY(inotify_init) function
15 END(inotify_init)
  /bionic/libc/arch-mips/syscalls/
inotify_init.S 4 .globl inotify_init
6 .ent inotify_init
8 inotify_init: label
22 .end inotify_init
  /bionic/libc/arch-x86/syscalls/
inotify_init.S 6 ENTRY(inotify_init) function
21 END(inotify_init)
  /external/kernel-headers/original/linux/
inotify.h 114 extern struct inotify_handle *inotify_init(const struct inotify_operations *);
167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) function

Completed in 50 milliseconds