Home
last modified time | relevance | path

Searched refs:os_pwritev_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5862 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset,
5904 _return_value = os_pwritev_impl(module, fd, buffers, offset, flags); in os_pwritev()
/external/python/cpython3/Modules/
Dposixmodule.c10219 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, in os_pwritev_impl() function