Searched
full:writev (Results
376 -
400 of
717) sorted by null
<<11121314151617181920>>
/external/strace/linux/sh/ |
syscallent.h | 177 [146] = { 3, TD, SEN(writev), "writev" },
|
/external/strace/linux/sh64/ |
syscallent.h | 175 [146] = { 3, TD, SEN(writev), "writev" },
|
/art/runtime/jdwp/ |
jdwp_main.cc | 149 return TEMP_FAILURE_RETRY(writev(clientSock, &iov[0], iov.size()));
|
/bionic/libc/ |
libc.arm.brillo.map | 1199 writev;
|
libc.arm.map | 1199 writev;
|
libc.map.txt | 1224 writev;
|
libc.mips.map | 1197 writev;
|
libc.x86.map | 1195 writev;
|
/external/c-ares/ |
ares_config.h | 327 /* Define to 1 if you have the writev function. */
|
ares_config.h.in | 325 /* Define to 1 if you have the writev function. */
|
/external/llvm/cmake/ |
config-ix.cmake | 154 check_symbol_exists(writev sys/uio.h HAVE_WRITEV)
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 348 /* Define to 1 if you have the `writev' function. */
|
config.h.in | 333 /* Define to 1 if you have the `writev' function. */
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
syscallent.h | 87 "writev", /* 66 */ [all...] |
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 182 // and non-contiguous transfers (e.g. circular buffer or writev).
|
/frameworks/base/packages/MtpDocumentsProvider/jni/ |
com_android_mtp_AppFuse.cpp | 442 const int res = writev(fd, vec, reply_size != 0 ? 2 : 1);
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 276 public native int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException; method in class:Posix
|
/prebuilts/gdb/darwin-x86/share/gdb/syscalls/ |
aarch64-linux.xml | 78 <syscall name="writev" number="66"/>
|
amd64-linux.xml | 37 <syscall name="writev" number="20"/>
|
i386-linux.xml | 163 <syscall name="writev" number="146"/>
|
mips-n32-linux.xml | 36 <syscall name="writev" number="6019"/>
|
mips-n64-linux.xml | 36 <syscall name="writev" number="5019"/>
|
mips-o32-linux.xml | 157 <syscall name="writev" number="4146"/>
|
ppc-linux.xml | 163 <syscall name="writev" number="146"/>
|
ppc64-linux.xml | 163 <syscall name="writev" number="146"/>
|
Completed in 220 milliseconds
<<11121314151617181920>>