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

1 2

  /bionic/libc/arch-arm/syscalls/
inotify_add_watch.S 5 .type inotify_add_watch, #function
6 .globl inotify_add_watch
10 inotify_add_watch: label
  /bionic/libc/arch-sh/syscalls/
inotify_add_watch.S 5 .type inotify_add_watch, @function
6 .globl inotify_add_watch
9 inotify_add_watch: label
  /bionic/libc/arch-x86/syscalls/
inotify_add_watch.S 5 .type inotify_add_watch, @function
6 .globl inotify_add_watch
9 inotify_add_watch: label
  /bionic/libc/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 202 int inotify_add_watch (int, const char *, unsigned int);
  /development/ndk/platforms/android-3/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
linux-unistd.h 195 int inotify_add_watch (int, const char *, unsigned int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
inotify.h 38 extern int inotify_add_watch(int, const char *, __u32);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 36 /* Supported events suitable for MASK parameter of INOTIFY_ADD_WATCH. */
84 extern int inotify_add_watch (int __fd, const char *__name, uint32_t __mask)
  /external/kernel-headers/original/linux/
inotify.h 121 extern __s32 inotify_add_watch(struct inotify_handle *, struct inotify_watch *,
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, function
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 115 res = inotify_add_watch(fd, path, mask);
  /system/core/toolbox/
notify.c 68 res = inotify_add_watch(nfd, file_names[i], event_mask);
70 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
usbhost.c 150 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
152 fprintf(stderr, "inotify_add_watch failed\n");
161 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
181 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
  /system/core/debuggerd/
getevent.c 169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 202 int inotify_add_watch (int, const char *, unsigned int);

Completed in 751 milliseconds

1 2