Home
last modified time | relevance | path

Searched refs:_Py_get_inheritable (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h150 PyAPI_FUNC(int) _Py_get_inheritable(int fd);
/third_party/python/Python/
Dfileutils.c1297 _Py_get_inheritable(int fd) in _Py_get_inheritable() function
/third_party/python/Modules/
Dposixmodule.c13276 return_value = _Py_get_inheritable(fd); in os_get_inheritable_impl()