Home
last modified time | relevance | path

Searched defs:readBuf (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/ziptime/
DZipFile.cpp212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() function in ZipFile::EndOfCentralDir
/build/make/tools/zipalign/
DZipFile.cpp1141 uint8_t readBuf[32768]; in filemove() local
1368 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() function in android::ZipFile::EndOfCentralDir
/build/soong/third_party/zip/
Dreader.go509 type readBuf []byte type