Searched refs:os_lchown_impl (Results 1 – 2 of 2) sorted by relevance
768 os_lchown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid);784 return_value = os_lchown_impl(module, &path, uid, gid); in os_lchown()
3245 os_lchown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid) in os_lchown_impl() function