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.h371 os_fchmod_impl(PyObject *module, int fd, int mode);
386 return_value = os_fchmod_impl(module, fd, mode); in os_fchmod()
/external/python/cpython3/Modules/
Dposixmodule.c2892 os_fchmod_impl(PyObject *module, int fd, int mode) in os_fchmod_impl() function