Searched defs:ReadFullyAtOffset (Results 1 – 4 of 4) sorted by relevance
65 virtual bool ReadFullyAtOffset(void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() function
80 bool BigBufferInputStream::ReadFullyAtOffset(void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() function in android::BigBufferInputStream
127 bool FileInputStream::ReadFullyAtOffset(void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() function in android::FileInputStream
54 bool StringInputStream::ReadFullyAtOffset(void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset() function in aapt::io::StringInputStream