Searched defs:ReadAtOffset (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | ZipUtils.cpp | 43 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 D | zip_archive.cc | 1340 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 D | zip_archive_test.cc | 907 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 D | ZipFile.cpp | 1242 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 D | record_file_reader.cpp | 434 bool RecordFileReader::ReadAtOffset(uint64_t offset, void* buf, size_t len) { in ReadAtOffset() function in simpleperf::RecordFileReader
|