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

/build/make/tools/ziptime/
H A DZipFile.h54 status_t readBuf(const uint8_t* buf, int len);
H A DZipFile.cpp135 result = mEOCD.readBuf(buf + i, readAmount - i);
212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) function in class:ZipFile::EndOfCentralDir
/build/tools/ziptime/
H A DZipFile.h54 status_t readBuf(const uint8_t* buf, int len);
H A DZipFile.cpp135 result = mEOCD.readBuf(buf + i, readAmount - i);
212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) function in class:ZipFile::EndOfCentralDir
/build/make/tools/zipalign/
H A DZipFile.h182 status_t readBuf(const uint8_t* buf, int len);
H A DZipFile.cpp269 result = mEOCD.readBuf(buf + i, readAmount - i);
1102 uint8_t readBuf[32768];
1107 size_t getSize = sizeof(readBuf);
1116 if (fread(readBuf, 1, getSize, fp) != getSize) {
1127 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1322 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) function in class:ZipFile::EndOfCentralDir
/build/tools/zipalign/
H A DZipFile.h182 status_t readBuf(const uint8_t* buf, int len);
H A DZipFile.cpp269 result = mEOCD.readBuf(buf + i, readAmount - i);
1102 uint8_t readBuf[32768];
1107 size_t getSize = sizeof(readBuf);
1116 if (fread(readBuf, 1, getSize, fp) != getSize) {
1127 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1322 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) function in class:ZipFile::EndOfCentralDir

Completed in 337 milliseconds