Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3995 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset);
4010 _return_value = os_pwrite_impl(module, fd, &buffer, offset); in os_pwrite()
/external/python/cpython3/Modules/
Dposixmodule.c8744 os_pwrite_impl(PyObject *module, int fd, Py_buffer *buffer, Py_off_t offset) in os_pwrite_impl() function