Searched defs:readBuf (Results 1 - 1 of 1) sorted by relevance

/build/tools/zipalign/
H A DZipFile.cpp267 result = mEOCD.readBuf(buf + i, readAmount - i);
1054 unsigned char readBuf[32768]; local
1059 size_t getSize = sizeof(readBuf);
1068 if (fread(readBuf, 1, getSize, fp) != getSize) {
1079 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1220 status_t ZipFile::EndOfCentralDir::readBuf(const unsigned char* buf, int len) function in class:ZipFile::EndOfCentralDir

Completed in 110 milliseconds