MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / process_vm_readv

Function process_vm_readv

module/src/main/cpp/utils.cpp:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static ssize_t process_vm_readv(pid_t pid,
142 const struct iovec *local_iov,
143 unsigned long liovcnt,
144 const struct iovec *remote_iov,
145 unsigned long riovcnt,
146 unsigned long flags)
147{
148 return syscall(SYS_process_vm_readv, pid, local_iov, liovcnt, remote_iov, riovcnt, flags);
149}
150
151static ssize_t process_vm_writev(pid_t pid,
152 const struct iovec *local_iov,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected