Searched refs:os_fchmod_impl (Results 1 – 2 of 2) sorted by relevance
626 os_fchmod_impl(PyObject *module, int fd, int mode);673 return_value = os_fchmod_impl(module, fd, mode); in os_fchmod()
3668 os_fchmod_impl(PyObject *module, int fd, int mode) in os_fchmod_impl() function