Home
last modified time | relevance | path

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

/external/libcap/cap/
Dnames.go67 SETGID const
/external/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h92 int SETGID(GID_T gid) in SETGID() function
Dcompat_16.h95 int SETGID(void (cleanup)(void), GID_T gid) in SETGID() function
/external/rust/android-crates-io/crates/rustix/src/thread/
Dlibcap.rs36 const SETGID = 1 << linux_raw_sys::general::CAP_SETGID; constant