Home | History | Annotate | Download | only in tests

Lines Matching refs:bytes_read

775       ssize_t bytes_read = TEMP_FAILURE_RETRY(read(child_proc.child_read_fd, buf, sizeof(buf) - 1));
776 if (bytes_read > 0) {
777 buf[bytes_read] = '\0';
779 } else if (bytes_read == 0) {