Lines Matching defs:bytes_read
1048 int bytes_read = TEMP_FAILURE_RETRY(read(in->Fd(), buffer.get(), buffer_size));1049 if (bytes_read <= 0) {1052 bool write_ok = out->WriteFully(buffer.get(), bytes_read);