Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

427   int bytes_read;
434 bytes_read = posix::Read(read_fd(), &flag, 1);
435 } while (bytes_read == -1 && errno == EINTR);
437 if (bytes_read == 0) {
439 } else if (bytes_read == 1) {