Searched defs:writev (Results 1 - 2 of 2) sorted by path

/system/core/libcutils/
H A Duio.c49 int writev( int fd, const struct iovec* vecs, int count ) function
/system/core/liblog/
H A Dfake_log_device.c319 * Some platforms like WIN32 do not have writev().
337 #define writev fake_writev macro
498 * Write the entire message to the log file with a single writev() call.
505 * If the file descriptor is actually a network socket, the writev()
506 * call may return with a partial write. Putting the writev() call in
508 * somewhat by wrapping the writev call in the Mutex.
512 int cc = writev(fileno(stderr), vec, v-vec);
658 redirectWritev = writev;

Completed in 1934 milliseconds