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

/frameworks/base/tools/aapt/
H A DZipFile.h188 status_t readBuf(const unsigned char* buf, int len);
H A DZipFile.cpp267 result = mEOCD.readBuf(buf + i, readAmount - i);
1051 unsigned char readBuf[32768]; local
1056 size_t getSize = sizeof(readBuf);
1065 if (fread(readBuf, 1, getSize, fp) != getSize) {
1076 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1217 status_t ZipFile::EndOfCentralDir::readBuf(const unsigned char* buf, int len) function in class:ZipFile::EndOfCentralDir

Completed in 136 milliseconds