HomeSort by relevance Sort by last modified time
    Searched full:inotify_init1 (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
14 END(inotify_init1)
  /bionic/libc/arch-arm/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
16 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)
  /external/strace/tests/
inotify_init1.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify_init1 -a27); do not edit.
inotify_init1.c 2 * Check decoding of inotify_init1 syscall.
58 printf("inotify_init1(IN_NONBLOCK|%s%#x) = %s\n",
64 printf("inotify_init1(%#x /* IN_??? */) = %s\n",
68 printf("inotify_init1(IN_NONBLOCK%s) = %s\n",
  /external/strace/tests-m32/
inotify_init1.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify_init1 -a27); do not edit.
inotify_init1.c 2 * Check decoding of inotify_init1 syscall.
58 printf("inotify_init1(IN_NONBLOCK|%s%#x) = %s\n",
64 printf("inotify_init1(%#x /* IN_??? */) = %s\n",
68 printf("inotify_init1(IN_NONBLOCK%s) = %s\n",
  /external/strace/tests-mx32/
inotify_init1.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (inotify_init1 -a27); do not edit.
inotify_init1.c 2 * Check decoding of inotify_init1 syscall.
58 printf("inotify_init1(IN_NONBLOCK|%s%#x) = %s\n",
64 printf("inotify_init1(%#x /* IN_??? */) = %s\n",
68 printf("inotify_init1(IN_NONBLOCK%s) = %s\n",
  /bionic/libc/arch-mips64/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
25 END(inotify_init1)
  /bionic/libc/arch-x86/syscalls/
inotify_init1.S 5 ENTRY(inotify_init1) function
29 END(inotify_init1)
  /bionic/libc/include/sys/
inotify.h 42 * the availability of inotify_init1. This is not correct, since
46 * IN_NONBLOCK if we don't have inotify_init1 for the time being, and maybe
57 int inotify_init1(int) __INTRODUCED_IN(21);
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_01.c 29 /* This patch introduces the new syscall inotify_init1 (note: the 1 stands for*/
142 "inotify_init1(0) failed");
151 "inotify_init1(0) set close-on-exit");
158 "inotify_init1(IN_CLOEXEC) failed");
165 "inotify_init1(O_CLOEXEC) did not "
169 tst_resm(TPASS, "inotify_init1(O_CLOEXEC) "
inotify_init1_02.c 29 /* This patch adds non-blocking support for inotify_init1. The additional */
139 "inotify_init1(0) failed");
148 "inotify_init1(0) set non-blocking "
156 "inotify_init1(IN_NONBLOCK) failed");
165 "inotify_init1(IN_NONBLOCK) set "
169 tst_resm(TPASS, "inotify_init1(IN_NONBLOCK) PASSED");
  /bionic/libc/bionic/
inotify_init.cpp 32 return inotify_init1(0);
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 25 /* Flags for the parameter of inotify_init1. */
95 extern int inotify_init1 (int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 25 /* Flags for the parameter of inotify_init1. */
95 extern int inotify_init1 (int __flags) __THROW;
  /development/ndk/platforms/android-21/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /external/strace/
inotify.c 59 SYS_FUNC(inotify_init1)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
inotify.h 44 extern int inotify_init1(int);

Completed in 827 milliseconds

1 2 3 4 5 6 7 8 91011>>