MCPcopy Create free account
hub / github.com/qilingframework/qiling / write

Method write

qiling/os/posix/kernel_proxy/proxy_fd.py:30–31  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

28 return self._client.fd_read(self._proxy_fd, length)
29
30 def write(self, data: bytes) -> int:
31 return self._client.fd_write(self._proxy_fd, data)
32
33 def close(self) -> None:
34 self._client.fd_close(self._proxy_fd)

Callers 15

_writeback_buffersMethod · 0.45
handle_fd_opFunction · 0.45
ql_syscall_ioctlFunction · 0.45
statFamilyFunction · 0.45
ql_syscall_fstatat64Function · 0.45
ql_syscall_newfstatatFunction · 0.45
__do_fstatFunction · 0.45
ql_syscall_statxFunction · 0.45
ql_syscall_fstatfsFunction · 0.45
ql_syscall_statfsFunction · 0.45
ql_syscall_getsockoptFunction · 0.45
ql_syscall_recvFunction · 0.45

Calls 1

fd_writeMethod · 0.80

Tested by

no test coverage detected