Searched defs:ReadFully (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/packages/modules/adb/tls/ |
D | tls_connection.cpp | 311 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 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
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | file.cpp | 29 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully() function
|
/aosp_15_r20/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
|
/aosp_15_r20/system/libbase/ |
H A D | abi_compatibility.cpp | 56 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully() function
|
H A D | file.cpp | 321 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 D | cow_decompress.cpp | 34 ssize_t IByteStream::ReadFully(void* buffer, size_t buffer_size) { in ReadFully() function in android::snapshot::IByteStream
|
H A D | test_v2.cpp | 452 TEST(HorribleStream, ReadFully) { in TEST() argument
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | Memory.cpp | 161 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 D | fd_file.cc | 446 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully() function in unix_file::FdFile
|