Searched refs:ReadAtOffset (Results 1 - 5 of 5) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive.cc172 if (!archive->mapped_zip.ReadAtOffset(scan_buffer, read_amount, search_start)) {
392 if (!archive->mapped_zip.ReadAtOffset(reinterpret_cast<uint8_t*>(&lfh_start_bytes),
469 if (!mapped_zip.ReadAtOffset(ddBuf, sizeof(ddBuf), offset)) {
536 if (!archive->mapped_zip.ReadAtOffset(lfh_buf, sizeof(lfh_buf), local_header_offset)) {
604 if (!archive->mapped_zip.ReadAtOffset(name_buf.data(), nameLen, name_offset)) {
877 virtual bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const { function in class:EntryReader
878 return zip_file_.ReadAtOffset(buf, len, entry_->offset + offset);
953 if (!reader.ReadAtOffset(read_buf.data(), read_size, offset)) {
1032 if (!mapped_zip.ReadAtOffset(buf.data(), block_size, offset)) {
1173 bool MappedZipFile::ReadAtOffset(uint8_ function in class:MappedZipFile
[all...]
H A Dzip_archive_private.h109 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t off) const;
H A Dzip_archive_stream_entry.cc87 if (!archive->mapped_zip.ReadAtOffset(data_.data(), bytes, offset_)) {
209 if (!archive->mapped_zip.ReadAtOffset(in_.data(), bytes, offset_)) {
H A Dzip_archive_test.cc699 bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const { function in class:VectorReader
731 bool ReadAtOffset(uint8_t*, size_t, uint32_t) const { return false; } function in class:BadReader
/system/core/libziparchive/include/ziparchive/
H A Dzip_archive.h250 virtual bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const = 0;

Completed in 587 milliseconds