Home
last modified time | relevance | path

Searched defs:Writev (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dwritev.go16 func (fd *FD) Writev(v *[][]byte) (int64, error) { func
Dfd_windows.go795 func (fd *FD) Writev(buf *[][]byte) (int64, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_illumos.go46 func Writev(fd int, iovs [][]byte) (n int, err error) { func
Dsyscall_linux.go2171 func Writev(fd int, iovs [][]byte) (n int, err error) { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_stream_adapter.cc60 absl::Status WebTransportStreamAdapter::Writev( in Writev() function in quic::WebTransportStreamAdapter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/encapsulated/
H A Dencapsulated_web_transport.cc612 absl::Status EncapsulatedSession::InnerStream::Writev( in Writev() function in webtransport::EncapsulatedSession::InnerStream
/aosp_15_r20/external/crosvm/io_uring/src/
H A During.rs192 Writev = io_uring_op_IORING_OP_WRITEV, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dio_uring.rs383 Writev = sys::io_uring_op::IORING_OP_WRITEV as _, enumerator