Home
last modified time | relevance | path

Searched defs:ReadFully (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/liblp/
Dreader.cpp43 bool ReadFully(void* buffer, size_t length) override { in ReadFully() function in android::fs_mgr::FileReader
55 bool ReadFully(void* out, size_t length) override { in ReadFully() function in android::fs_mgr::MemoryReader
/system/core/base/
Dfile.cpp272 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
/system/core/libunwindstack/
DMemory.cpp148 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory