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