Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/
H A DZipUtils.cpp43 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const override { in ReadAtOffset() function in FileReader
74 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const override { in ReadAtOffset() function in FdReader
89 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const override { in ReadAtOffset() function in BufferReader
/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc1340 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const override { in ReadAtOffset() function in EntryReader
1769 const uint8_t* MappedZipFile::ReadAtOffset(uint8_t* buf, size_t len, off64_t off) const { in ReadAtOffset() function in MappedZipFile
H A Dzip_archive_test.cc907 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in VectorReader
939 bool ReadAtOffset(uint8_t*, size_t, off64_t) const { return false; } in ReadAtOffset() function in BadReader
/aosp_15_r20/build/make/tools/zipalign/
H A DZipFile.cpp1242 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in android::FileReader
/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file_reader.cpp434 bool RecordFileReader::ReadAtOffset(uint64_t offset, void* buf, size_t len) { in ReadAtOffset() function in simpleperf::RecordFileReader