Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2895 {"setgroups", (PyCFunction)os_setgroups, METH_O, os_setgroups__doc__},
/external/python/cpython3/Modules/
Dposixmodule.c6800 os_setgroups(PyObject *module, PyObject *groups) in os_setgroups() function