Home
last modified time | relevance | path

Searched defs:ReadAtOffset (Results 1 – 2 of 2) sorted by relevance

/system/core/libziparchive/
Dzip_archive_test.cc697 bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const { in ReadAtOffset() function in VectorReader
729 bool ReadAtOffset(uint8_t*, size_t, uint32_t) const { return false; } in ReadAtOffset() function in BadReader
Dzip_archive.cc933 virtual bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const { in ReadAtOffset() function in EntryReader
1228 bool MappedZipFile::ReadAtOffset(uint8_t* buf, size_t len, off64_t off) const { in ReadAtOffset() function in MappedZipFile