Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/system/extras/simpleperf/
H A Drecord_file_reader.cpp352 bool RecordFileReader::ReadAtOffset(uint64_t offset, void* buf, size_t len) { in ReadAtOffset() function in simpleperf::RecordFileReader
/aosp12/system/libziparchive/
H A Dzip_archive.cc1230 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 Dzip_archive_test.cc893 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 DZipFile.cpp1270 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in android::FileReader