Searched refs:readBuf (Results 1 – 2 of 2) sorted by relevance
267 result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir()1051 unsigned char readBuf[32768]; in filemove() local1056 size_t getSize = sizeof(readBuf); in filemove()1065 if (fread(readBuf, 1, getSize, fp) != getSize) { in filemove()1076 if (fwrite(readBuf, 1, getSize, fp) != getSize) { in filemove()1217 status_t ZipFile::EndOfCentralDir::readBuf(const unsigned char* buf, int len) in readBuf() function in ZipFile::EndOfCentralDir
188 status_t readBuf(const unsigned char* buf, int len);