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

/system/core/include/cutils/
H A Duio.h39 extern int writev( int fd, const struct iovec* vecs, int count );
/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;
H A Dlogd_write.c41 #define log_writev(filedes, vector, count) writev(filedes, vector, count)
/system/core/sdcard/
H A Dsdcard.c461 res = writev(fuse->fd, vec, 2);

Completed in 930 milliseconds