Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/tls/
H A Dtls_connection.cpp309 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 Dabi_compatibility.cpp52 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
H A Dfile.cpp310 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
/aosp12/system/core/fs_mgr/liblp/
H A 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
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc199 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 Dfd_file.cc437 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile
/aosp12/system/unwinding/libunwindstack/
H A DMemory.cpp171 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory