Home | History | Annotate | Download | only in src

Lines Matching defs:bytes_read

374   int bytes_read;
381 bytes_read = posix::Read(read_fd(), &flag, 1);
382 } while (bytes_read == -1 && errno == EINTR);
384 if (bytes_read == 0) {
386 } else if (bytes_read == 1) {