MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / pwritev

Function pwritev

src/io/read_write.rs:266–268  ·  view source on GitHub ↗
(fd: Fd, bufs: &[IoSlice<'_>], offset: u64)

Source from the content-addressed store, hash-verified

264)))]
265#[inline]
266pub fn pwritev<Fd: AsFd>(fd: Fd, bufs: &[IoSlice<'_>], offset: u64) -> io::Result<usize> {
267 backend::io::syscalls::pwritev(fd.as_fd(), bufs, offset)
268}
269
270/// `preadv2(fd, bufs, offset, flags)`—Reads data, with several options.
271///

Callers 2

test_readwrite_pvFunction · 0.50
test_p_offsetsFunction · 0.50

Calls 1

as_fdMethod · 0.45

Tested by 2

test_readwrite_pvFunction · 0.40
test_p_offsetsFunction · 0.40