Searched refs:dst_fd (Results 1 – 1 of 1) sorted by relevance
65 bool transferBytes(int src_fd, int dst_fd) { in transferBytes() argument71 int writtenBytes = write(dst_fd, buf, readBytes); in transferBytes()