Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:bytes_read

577     ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer)));
578 if (bytes_read == -1) {
582 if (bytes_read == 0) {