Searched refs:readBuf (Results 1 – 2 of 2) sorted by relevance
267 result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir()1054 unsigned char readBuf[32768]; in filemove() local1059 size_t getSize = sizeof(readBuf); in filemove()1068 if (fread(readBuf, 1, getSize, fp) != getSize) { in filemove()1079 if (fwrite(readBuf, 1, getSize, fp) != getSize) { in filemove()1220 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);