Home
last modified time | relevance | path

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

/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/libbase/
Dabi_compatibility.cpp56 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
Dfile.cpp321 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.cpp34 ssize_t IByteStream::ReadFully(void* buffer, size_t buffer_size) { in ReadFully() function in android::snapshot::IByteStream
Dtest_v2.cpp452 TEST(HorribleStream, ReadFully) { in TEST() argument
/system/unwinding/libunwindstack/
DMemory.cpp161 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory