Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4878 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);
4913 _return_value = os_lseek_impl(module, fd, position, how); in os_lseek()
/external/python/cpython3/Modules/
Dposixmodule.c9316 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how) in os_lseek_impl() function