Home | History | Annotate | Download | only in linux

Lines Matching defs:bytes_read

479       ssize_t bytes_read = HANDLE_EINTR(read(debuglink_fd, &buf, kReadSize));
480 if (bytes_read < 0) {
485 if (bytes_read == 0)
487 actual_crc = google_breakpad::UpdateCrc32(actual_crc, buf, bytes_read);