Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h626 os_fchmod_impl(PyObject *module, int fd, int mode);
673 return_value = os_fchmod_impl(module, fd, mode); in os_fchmod()
/external/python/cpython3/Modules/
Dposixmodule.c3668 os_fchmod_impl(PyObject *module, int fd, int mode) in os_fchmod_impl() function