Home
last modified time | relevance | path

Searched defs:extra_groups (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_posixsubprocess.c669 Py_ssize_t extra_group_size, const gid_t *extra_groups, in child_exec()
879 Py_ssize_t extra_group_size, const gid_t *extra_groups, in do_fork_exec()
1022 gid_t *extra_groups = NULL; in subprocess_fork_exec_impl() local
/external/python/cpython3/Lib/
Dsubprocess.py820 pass_fds=(), *, user=None, group=None, extra_groups=None, argument