Searched refs:from_uid (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/nix/src/ | ||
H A D | unistd.rs | 3154 /// let res = User::from_uid(Uid::from_raw(0)).unwrap().unwrap(); 3157 pub fn from_uid(uid: Uid) -> Result<Option<Self>> { in from_uid() functions |
Completed in 4 milliseconds