Home
last modified time | relevance | path

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

/system/libbase/
Dabi_compatibility.cpp52 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
Dfile.cpp310 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
/system/core/fs_mgr/liblp/
Dreader.cpp47 bool ReadFully(void* buffer, size_t length) override { in ReadFully() function in android::fs_mgr::FileReader
59 bool ReadFully(void* out, size_t length) override { in ReadFully() function in android::fs_mgr::MemoryReader
/system/unwinding/libunwindstack/
DMemory.cpp160 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory