Home | History | Annotate | Download | only in androidfw

Lines Matching full:towrite

685         off64_t toWrite = s.st_size;
686 while (toWrite > 0) {
687 size_t toRead = toWrite;
698 ALOGE("EOF but expect %lld more bytes in [%s]", (long long) toWrite,
714 toWrite -= nRead;