Home
last modified time | relevance | path

Searched defs:groups_list (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setgroups/
H A Dsetgroups04.c82 GID_T groups_list[NGROUPS]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups03.c56 static GID_T groups_list[NGROUPS]; variable
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock.rs381 let groups_list: Vec<String> = vec![String::from("default")]; in test_vsock_backend() localVariable
/aosp_15_r20/external/python/cpython3/Modules/
D_posixsubprocess.c835 PyObject *groups_list; in subprocess_fork_exec() local