Home | History | Annotate | Download | only in tests

Lines Matching refs:bytes_read

793       ssize_t bytes_read = TEMP_FAILURE_RETRY(read(child_proc.child_read_fd, buf, sizeof(buf) - 1));
794 if (bytes_read > 0) {
795 buf[bytes_read] = '\0';
797 } else if (bytes_read == 0) {