Searched refs:fd_out (Results 1 – 1 of 1) sorted by relevance
176 int copyTo(int fd_in, int fd_out, void* buffer, size_t buffer_len) { in copyTo() argument191 if (!android::base::WriteFully(fd_out, buffer, bytes_read)) { in copyTo()