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

/system/core/liblog/
H A Duio.c49 LIBLOG_ABI_PUBLIC int writev(int fd, const struct iovec* vecs, int count) { function
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);

Completed in 66 milliseconds