Home | History | Annotate | Download | only in gtest

Lines Matching refs:bytes_read

730       ssize_t bytes_read = TEMP_FAILURE_RETRY(
732 if (bytes_read > 0) {
733 buf[bytes_read] = '\0';
735 } else if (bytes_read == 0) {