Home
last modified time | relevance | path

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

/aosp_15_r20/external/minijail/rust/minijail/src/
H A Dlib.rs456 let user_cstring = CString::new(user).map_err(|_| Error::StrToCString(user.to_owned()))?; in change_user() localVariable
458 minijail_change_user(self.jail, user_cstring.as_ptr()); in change_user()