Home | History | Annotate | Download | only in androidfw

Lines Matching refs:toRead

684             size_t toRead = (toWrite < BUFSIZE) ? toWrite : BUFSIZE;
685 ssize_t nRead = read(fd, buf, toRead);