Searched
full:writev (Results
326 -
350 of
717) sorted by null
<<11121314151617181920>>
/development/ndk/platforms/android-23/arch-arm64/symbols/ |
libc.so.versions.txt | 1136 writev;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.functions.txt | 1167 writev
|
/development/ndk/platforms/android-23/arch-mips64/symbols/ |
libc.so.functions.txt | 1109 writev
|
libc.so.versions.txt | 1136 writev;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.functions.txt | 1165 writev
|
/development/ndk/platforms/android-23/arch-x86_64/symbols/ |
libc.so.functions.txt | 1109 writev
|
libc.so.versions.txt | 1136 writev;
|
/external/dbus/ |
config.h | 220 /* Define to 1 if you have the `writev' function. */
|
/external/dnsmasq/src/ |
bpf.c | 249 while (writev(daemon->dhcp_raw_fd, iov, 4) == -1 && retry_send());
|
/external/ltrace/sysdeps/linux-gnu/alpha/ |
syscallent.h | 142 "writev", /* 121 */
|
/external/strace/ |
io.c | 132 SYS_FUNC(writev)
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 574 * See <a href="http://man7.org/linux/man-pages/man2/writev.2.html">writev(2)</a>. 576 public static int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return Libcore.os.writev(fd, buffers, offsets, byteCounts); } method in class:Os
|
/libcore/ojluni/src/main/native/ |
FileDispatcherImpl.c | 114 return convertLongReturnVal(env, writev(fd, iov, len), JNI_FALSE);
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_openbsd.go | 299 // writev
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_openbsd.go | 299 // writev
|
/system/core/liblog/ |
pmsg_writer.c | 172 ret = TEMP_FAILURE_RETRY(writev(pmsgLoggerWrite.context.fd, newVec, i));
|
/system/core/logd/ |
LogAudit.cpp | 114 writev(fdDmesg, iov, sizeof(iov) / sizeof(iov[0]));
|
/external/strace/linux/x32/ |
syscallent.h | 21 [ 20] = { 3, TD, SEN(printargs), "64:writev" }, 336 [516] = { 3, TD, SEN(writev), "writev" },
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrFormats.td | [all...] |
/bionic/libc/ |
libc.mips.brillo.map | 1197 writev;
|
libc.x86.brillo.map | 1195 writev;
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_streams.c | 276 bytes = writev(fd, str->iovCur, str->iovCurCount);
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 1128 writev;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 1126 writev;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 1124 writev;
|
Completed in 575 milliseconds
<<11121314151617181920>>