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 5 .type inotify_init, #function
6 .globl inotify_init
10 inotify_init: label
  /bionic/libc/arch-x86/syscalls/
inotify_init.S 5 .type inotify_init, @function
6 .globl inotify_init
9 inotify_init: label
  /bionic/libc/arch-sh/syscalls/
inotify_init.S 5 .type inotify_init, @function
6 .globl inotify_init
9 inotify_init: label
  /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 69 milliseconds