Home
last modified time | relevance | path

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

/system/core/base/
Dfile.cpp144 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
/system/core/libunwindstack/
DMemory.cpp147 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory