Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h938 os_fchown_impl(PyObject *module, int fd, uid_t uid, gid_t gid);
970 return_value = os_fchown_impl(module, fd, uid, gid); in os_fchown()
/external/python/cpython3/Modules/
Dposixmodule.c3617 os_fchown_impl(PyObject *module, int fd, uid_t uid, gid_t gid) in os_fchown_impl() function