Searched defs:ReadFully (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/liblp/ | ||
D | reader.cpp | 43 bool ReadFully(void* buffer, size_t length) override { in ReadFully() function in android::fs_mgr::FileReader |
/system/core/base/ | ||
D | file.cpp | 272 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function |
/system/core/libunwindstack/ | ||
D | Memory.cpp | 148 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory |