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