Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/tls/
Dtls_connection.cpp311 std::vector<uint8_t> TlsConnectionImpl::ReadFully(size_t size) { in ReadFully() function in adb::tls::__anon61688e560111::TlsConnectionImpl
320 bool TlsConnectionImpl::ReadFully(void* buf, size_t size) { in ReadFully() function in adb::tls::__anon61688e560111::TlsConnectionImpl
/aosp_15_r20/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
/aosp_15_r20/frameworks/native/libs/binder/
H A Dfile.cpp29 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
/aosp_15_r20/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
/aosp_15_r20/system/libbase/
H A Dabi_compatibility.cpp56 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
H A Dfile.cpp321 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp34 ssize_t IByteStream::ReadFully(void* buffer, size_t buffer_size) { in ReadFully() function in android::snapshot::IByteStream
H A Dtest_v2.cpp452 TEST(HorribleStream, ReadFully) { in TEST() argument
/aosp_15_r20/system/unwinding/libunwindstack/
H A DMemory.cpp161 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) { in ReadFully() function in unwindstack::Memory
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc446 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile