Searched refs:os_pwritev_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 5862 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/ |
D | posixmodule.c | 10219 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, in os_pwritev_impl() function
|