Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3405 os_close_impl(PyObject *module, int fd);
3419 return_value = os_close_impl(module, fd); in os_close()
/external/python/cpython3/Modules/
Dposixmodule.c7772 os_close_impl(PyObject *module, int fd) in os_close_impl() function