Searched refs:writev (Results 1 - 25 of 35) sorted by relevance

12

/system/nvram/hal/
H A Dfake-nvram-seccomp-arm.policy41 writev: 1
H A Dfake-nvram-seccomp-arm64.policy41 writev: 1
H A Dfake-nvram-seccomp-x86.policy42 writev: 1
H A Dfake-nvram-seccomp-x86_64.policy41 writev: 1
/system/core/include/log/
H A Duio.h42 extern int writev(int fd, const struct iovec* vecs, int count);
/system/core/liblog/include/log/
H A Duio.h42 extern int writev(int fd, const struct iovec* vecs, int count);
/system/tpm/trunks/
H A Dtrunksd-seccomp-amd64.policy40 writev: 1
H A Dtrunksd-seccomp-arm.policy36 writev: 1
H A Dtrunksd-seccomp-arm64.policy36 writev: 1
H A Dtrunksd-seccomp-mips.policy36 writev: 1
H A Dtrunksd-seccomp-x86.policy40 writev: 1
H A Dtrunksd-seccomp-x86_64.policy40 writev: 1
/system/core/liblog/
H A Duio.c49 LIBLOG_ABI_PUBLIC int writev(int fd, const struct iovec* vecs, int count) { function
H A Dlogd_writer.c197 ret = TEMP_FAILURE_RETRY(writev(sock, newVec, 2));
217 ret = TEMP_FAILURE_RETRY(writev(sock, newVec, 2));
250 ret = TEMP_FAILURE_RETRY(writev(sock, newVec, i));
271 writev(atomic_load(&logdLoggerWrite.context.sock), newVec, i));
H A Dfake_log_device.c329 * WIN32 does not have writev().
346 #define writev fake_writev macro
520 * Write the entire message to the log file with a single writev() call.
527 * If the file descriptor is actually a network socket, the writev()
528 * call may return with a partial write. Putting the writev() call in
530 * somewhat by wrapping the writev call in the Mutex.
534 int cc = writev(fileno(stderr), vec, v - vec);
H A Dpmsg_writer.c173 writev(atomic_load(&pmsgLoggerWrite.context.fd), newVec, i));
/system/bt/vendor_libs/linux/interface/
H A Dh4_protocol.cc34 * the command, so using "writev"(for atomicity) here.
43 ret = TEMP_FAILURE_RETRY(writev(uart_fd_, iov, 2));
/system/core/libcutils/
H A Dklog.cpp51 TEMP_FAILURE_RETRY(writev(klog_fd, iov, iov_count));
H A Dsockets_unix.cpp93 return writev(sock, iovec_buffers, num_buffers);
/system/core/trusty/storage/proxy/
H A Dipc.c105 rc = writev(tipc_fd, iovs, out ? 2 : 1);
/system/libhwbinder/
H A DStatic.cpp58 writev(mFD, &vec, N);
/system/netd/server/
H A DNetlinkCommands.cpp95 if (writev(sock, iov, iovlen) == -1) {
97 ALOGE("netlink socket connect/writev failed (%s)", strerror(-ret));
/system/core/logd/
H A DLogAudit.cpp215 writev(fdDmesg, iov, arraysize(iov));
234 writev(fdDmesg, iov, arraysize(iov));
/system/bt/hci/src/
H A Dbtsnoop.cc280 TEMP_FAILURE_RETRY(writev(logfile_fd, iov, 2));
/system/core/libappfuse/
H A DFuseBuffer.cc104 result = TEMP_FAILURE_RETRY(writev(fd, vec, arraysize(vec)));

Completed in 1071 milliseconds

12