Searched defs:ReadFully (Results 1 – 6 of 6) sorted by relevance
| /system/core/fs_mgr/liblp/ | ||
| D | reader.cpp | 47 bool ReadFully(void* buffer, size_t length) override { in ReadFully() function in android::fs_mgr::FileReader |
| /system/libbase/ | ||
| D | abi_compatibility.cpp | 56 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function |
| D | file.cpp | 321 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function |
| /system/core/fs_mgr/libsnapshot/libsnapshot_cow/ | ||
| D | cow_decompress.cpp | 34 ssize_t IByteStream::ReadFully(void* buffer, size_t buffer_size) { in ReadFully() function in android::snapshot::IByteStream |
| D | test_v2.cpp | 452 TEST(HorribleStream, ReadFully) { in TEST() argument |
| /system/unwinding/libunwindstack/ | ||
| D | Memory.cpp | 161 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory |