HomeSort by relevance Sort by last modified time
    Searched defs:ReadNonBlocking (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/streams/
input_stream_set.cc 109 bool InputStreamSet::ReadNonBlocking(void* buffer,
120 if (!stream->ReadNonBlocking(buffer, size_to_read, size_read, &eos, error))
memory_stream.cc 140 bool MemoryStream::ReadNonBlocking(void* buffer,
fake_stream.cc 197 bool FakeStream::ReadNonBlocking(void* buffer,
file_stream.cc 442 bool FileStream::ReadNonBlocking(void* buffer,
tls_stream.cc 83 bool ReadNonBlocking(void* buffer,
143 bool TlsStream::TlsStreamImpl::ReadNonBlocking(void* buffer,
489 bool TlsStream::ReadNonBlocking(void* buffer,
496 return impl_->ReadNonBlocking(buffer, size_to_read, size_read, end_of_stream,

Completed in 638 milliseconds