Searched refs:os_lseek_impl (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
H A Dposixmodule.c.h3518 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);
3533 _return_value = os_lseek_impl(module, fd, position, how);
/external/python/cpython3/Modules/
H A Dposixmodule.c7808 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how) function

Completed in 117 milliseconds