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

/system/core/base/
H A Dfile.cpp144 bool ReadFully(int fd, void* data, size_t byte_count) { function in namespace:android::base
/system/core/libunwindstack/
H A DMemory.cpp147 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { function in class:unwindstack::Memory
157 if (!ReadFully(addr, &value, sizeof(value))) {
327 if (!memory_file->ReadFully(0, &start, sizeof(start))) {

Completed in 46 milliseconds