Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h8139 os_set_inheritable_impl(PyObject *module, int fd, int inheritable);
8159 return_value = os_set_inheritable_impl(module, fd, inheritable); in os_set_inheritable()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c13449 os_set_inheritable_impl(PyObject *module, int fd, int inheritable) in os_set_inheritable_impl() function