Home | History | Annotate | Download | only in zipalign

Lines Matching refs:readBuf

269     result = mEOCD.readBuf(buf + i, readAmount - i);
1131 unsigned char readBuf[32768];
1136 size_t getSize = sizeof(readBuf);
1145 if (fread(readBuf
1156 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1297 status_t ZipFile::EndOfCentralDir::readBuf(const unsigned char* buf, int len)