Searched defs:ReadAtOffset (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | record_file_reader.cpp | 342 bool RecordFileReader::ReadAtOffset(uint64_t offset, void* buf, size_t len) { in ReadAtOffset() function in RecordFileReader
|
/system/libziparchive/ |
D | zip_archive.cc | 1172 virtual bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() function in EntryReader 1491 bool MappedZipFile::ReadAtOffset(uint8_t* buf, size_t len, off64_t off) const { in ReadAtOffset() function in MappedZipFile
|
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
|