Home | History | Annotate | Download | only in src

Lines Matching defs:bytes_read

390   int bytes_read;
397 bytes_read = posix::Read(read_fd(), &flag, 1);
398 } while (bytes_read == -1 && errno == EINTR);
400 if (bytes_read == 0) {
402 } else if (bytes_read == 1) {