HomeSort by relevance Sort by last modified time
    Searched refs:inotify_init1 (Results 1 - 19 of 19) sorted by null

  /bionic/libc/bionic/
inotify_init.cpp 32 return inotify_init1(0);
  /bionic/libc/arch-arm/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
14 END(inotify_init1)
  /bionic/libc/arch-arm64/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
14 END(inotify_init1)
  /bionic/libc/arch-mips/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
19 END(inotify_init1)
  /bionic/libc/arch-x86_64/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
15 END(inotify_init1)
  /bionic/libc/arch-x86/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
21 END(inotify_init1)
  /bionic/libc/arch-mips64/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
25 END(inotify_init1)
  /bionic/libc/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /development/ndk/platforms/android-L/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /development/ndk/sources/android/libportable/common/include/
inotify_portable.h 47 extern int WRAP(inotify_init1)(int flags);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /development/ndk/sources/android/libportable/arch-mips/
inotify.c 64 int WRAP(inotify_init1)(int portable_flags) { function
syscall.c 233 ret = WRAP(inotify_init1)(portable_flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
inotify.h 25 /* Flags for the parameter of inotify_init1. */
93 extern int inotify_init1 (int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
inotify.h 25 /* Flags for the parameter of inotify_init1. */
93 extern int inotify_init1 (int __flags) __THROW;
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 207 RESTRICT_SYSCALL_DEATH_TEST(inotify_init1);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]

Completed in 1470 milliseconds