Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DZipFile.cpp267 result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir()
1051 unsigned char readBuf[32768]; in filemove() local
1056 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
DZipFile.h188 status_t readBuf(const unsigned char* buf, int len);