Searched defs:ReadFully (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/adb/tls/ |
H A D | tls_connection.cpp | 309 std::vector<uint8_t> TlsConnectionImpl::ReadFully(size_t size) { in ReadFully() function in adb::tls::__anon3e3a4f4c0110::TlsConnectionImpl 318 bool TlsConnectionImpl::ReadFully(void* buf, size_t size) { in ReadFully() function in adb::tls::__anon3e3a4f4c0110::TlsConnectionImpl
|
/aosp12/system/libbase/ |
H A D | abi_compatibility.cpp | 52 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
|
H A D | file.cpp | 310 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | reader.cpp | 47 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
|
/aosp12/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 199 IOResult FdForwardTransport::ReadFully(void* data, size_t ndata) { in ReadFully() function in dt_fd_forward::FdForwardTransport 470 bool ReadFully() { in ReadFully() function in dt_fd_forward::PacketReader
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 437 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 171 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory
|