Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3612 os_read_impl(PyObject *module, int fd, Py_ssize_t length);
3625 return_value = os_read_impl(module, fd, length); in os_read()
/external/python/cpython3/Modules/
Dposixmodule.c8026 os_read_impl(PyObject *module, int fd, Py_ssize_t length) in os_read_impl() function