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.go101 r := readBuf(input)
Dandroid_test.go177 b := readBuf(buf[p+4:]) // skip signature
/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.cpp273 result = mEOCD.readBuf(buf + i, readAmount - i); in readCentralDir()
1141 uint8_t readBuf[32768]; in filemove() local
1146 size_t getSize = sizeof(readBuf); in filemove()
1156 if (fread(readBuf, 1, getSize, fp) != getSize) { in filemove()
1173 if (fwrite(readBuf, 1, getSize, fp) != getSize) { in filemove()
1368 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() function in android::ZipFile::EndOfCentralDir
DZipFile.h184 status_t readBuf(const uint8_t* buf, int len);