Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5653 os_get_inheritable_impl(PyObject *module, int fd);
5665 _return_value = os_get_inheritable_impl(module, fd); in os_get_inheritable()
/external/python/cpython3/Modules/
Dposixmodule.c11445 os_get_inheritable_impl(PyObject *module, int fd) in os_get_inheritable_impl() function