Searched
full:writev (Results
501 -
525 of
813) sorted by null
<<21222324252627282930>>
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | [all...] |
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/ |
libstdc++.a | [all...] |
/system/core/sdcard/ |
sdcard.c | 696 res = writev(fuse->fd, vec, 2); 771 res = writev(fuse->fd, vec, 3); [all...] |
/external/android-clat/ |
clatd_test.cpp | 426 writev(fd, out, iov_len); [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 513 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, writev, int fd, __sanitizer_iovec *iov, 516 COMMON_INTERCEPTOR_ENTER(ctx, writev, fd, iov, iovcnt); 519 SSIZE_T res = REAL(writev)(fd, iov, iovcnt); 523 #define INIT_WRITEV COMMON_INTERCEPT_FUNCTION(writev) [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-generic.c | [all...] |
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hw_ar3k.c | 1210 while (writev(dd, iv, ivn) < 0) { [all...] |
/external/llvm/patches/ |
0002-Add-basic-Android-configuration.patch | 702 +/* Define to 1 if you have the `writev' function. */ [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/ |
libc.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/art/runtime/jdwp/ |
jdwp_handler.cc | [all...] |
/bionic/libc/dns/resolv/ |
res_send.c | 835 if (writev(statp->_vcsock, iov, 2) != (INT16SZ + buflen)) { [all...] |
/external/fio/ |
server.c | 117 ret = writev(sk, iov, count); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64SchedA57.td | 95 def : SchedAlias<WriteV, A57Write_3cyc_1V>; [all...] |
/external/openssh/ |
config.h | 314 /* Define to 1 if you have the declaration of `writev', and to 0 if you don't. [all...] |
config.h.in | 355 /* Define to 1 if you have the declaration of `writev', and to 0 if you don't. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 941 /* Define if writev is available in <sys/uio.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 941 /* Define if writev is available in <sys/uio.h>. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 941 /* Define if writev is available in <sys/uio.h>. */ [all...] |
Completed in 739 milliseconds
<<21222324252627282930>>