Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dreader.go236 b := readBuf(buf[:])
254 b := readBuf(buf[:])
291 b := readBuf(f.Extra)
303 eb := readBuf(b[:size])
366 maybeSig := readBuf(buf[:4])
375 b := readBuf(buf[:12])
412 b := readBuf(buf[4:]) // skip signature
457 b := readBuf(buf)
479 b := readBuf(buf)
509 type readBuf []byte type
[all …]
Dandroid.go92 r := readBuf(input)
Dzip_test.go357 b := readBuf(d)
/build/make/tools/ziptime/
DZipFile.cpp135 result = mEOCD.readBuf(buf + i, readAmount - i); in rewriteCentralDir()
212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() function in ZipFile::EndOfCentralDir
DZipFile.h54 status_t readBuf(const uint8_t* buf, int len);
/build/make/tools/zipalign/
DZipFile.cpp269 result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir()
1102 uint8_t readBuf[32768]; in filemove() local
1107 size_t getSize = sizeof(readBuf); in filemove()
1116 if (fread(readBuf, 1, getSize, fp) != getSize) { in filemove()
1127 if (fwrite(readBuf, 1, getSize, fp) != getSize) { in filemove()
1322 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() function in ZipFile::EndOfCentralDir
DZipFile.h182 status_t readBuf(const uint8_t* buf, int len);