/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 82 int pipe2 (int *, int);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 82 int pipe2 (int *, int);
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 616 INTERCEPTOR(int, pipe2, int pipefd[2], int flags) { 618 int res = REAL(pipe2)(pipefd, flags); [all...] |
/bionic/libc/arch-arm/ |
syscalls.mk | 74 syscall_src += arch-arm/syscalls/pipe2.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 77 syscall_src += arch-mips/syscalls/pipe2.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 78 syscall_src += arch-x86/syscalls/pipe2.S
|
/development/ndk/sources/android/libportable/arch-mips/ |
syscall.c | 272 ret = WRAP(pipe2)(pipefd_ptr, portable_flags);
|
/external/bison/lib/ |
config.in.h | 97 whether the gnulib module pipe2-safer shall be considered present. */ 202 /* Define to 1 when the gnulib module pipe2 should be tested. */ 669 /* Define to 1 if you have the `pipe2' function. */ [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
tsan_stat.cc | 226 name[StatInt_pipe2] = " pipe2 ";
|
/external/strace/linux/arm/ |
syscallent.h | 392 { 2, TD, sys_pipe2, "pipe2" }, /* 359 */
|
/external/strace/linux/i386/ |
syscallent.h | 364 { 2, TD, sys_pipe2, "pipe2" }, /* 331 */
|
/external/strace/linux/sh/ |
syscallent.h | 366 { 2, TD, sys_pipe2, "pipe2" }, /* 331 */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/ |
amd64-linux.xml | 310 <syscall name="pipe2" number="293"/>
|
mips-n32-linux.xml | 307 <syscall name="pipe2" number="6291"/>
|
mips-n64-linux.xml | 301 <syscall name="pipe2" number="5287"/>
|
mips-o32-linux.xml | 336 <syscall name="pipe2" number="4328"/>
|
sparc-linux.xml | 336 <syscall name="pipe2" number="321"/>
|
sparc64-linux.xml | 318 <syscall name="pipe2" number="321"/>
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/syscalls/ |
amd64-linux.xml | 310 <syscall name="pipe2" number="293"/>
|
mips-n32-linux.xml | 307 <syscall name="pipe2" number="6291"/>
|
mips-n64-linux.xml | 301 <syscall name="pipe2" number="5287"/>
|
mips-o32-linux.xml | 336 <syscall name="pipe2" number="4328"/>
|
sparc-linux.xml | 336 <syscall name="pipe2" number="321"/>
|
sparc64-linux.xml | 318 <syscall name="pipe2" number="321"/>
|