Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

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