Home
last modified time | relevance | path

Searched refs:RawGid (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/process/
Did.rs18 pub use backend::process::types::RawGid;
34 pub struct Gid(RawGid);
88 pub const unsafe fn from_raw(raw: RawGid) -> Self { in from_raw()
94 pub const fn as_raw(self) -> RawGid { in as_raw() argument
Dmod.rs46 getegid, geteuid, getgid, getpgid, getpgrp, getpid, getppid, getuid, setsid, Gid, Pid, RawGid,
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs217 pub type RawGid = u32; typedef
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs377 pub type RawGid = c::gid_t; typedef