Searched refs:from_gid (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/nix/src/ | ||
H A D | unistd.rs | 3280 /// let res = Group::from_gid(Gid::from_raw(0)).unwrap().unwrap(); 3283 pub fn from_gid(gid: Gid) -> Result<Option<Self>> { in from_gid() functions |
Completed in 5 milliseconds