Searched defs:ReadAtOffset (Results 1 – 5 of 5) sorted by relevance
/aosp12/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
|
/aosp12/system/extras/simpleperf/ |
H A D | record_file_reader.cpp | 352 bool RecordFileReader::ReadAtOffset(uint64_t offset, void* buf, size_t len) { in ReadAtOffset() function in simpleperf::RecordFileReader
|
/aosp12/system/libziparchive/ |
H A D | zip_archive.cc | 1230 virtual bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in EntryReader 1571 bool MappedZipFile::ReadAtOffset(uint8_t* buf, size_t len, off64_t off) const { in ReadAtOffset() function in MappedZipFile
|
H A D | zip_archive_test.cc | 893 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in VectorReader 925 bool ReadAtOffset(uint8_t*, size_t, off64_t) const { return false; } in ReadAtOffset() function in BadReader
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipFile.cpp | 1270 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in android::FileReader
|