Searched refs:OsString (Results 1 – 5 of 5) sorted by relevance
22 use std::ffi::{OsStr, OsString};45 mountpoint: OsString,80 mountpoint: OsString, in mount_and_wait() argument137 let mut args = vec![mountpoint.to_owned(), OsString::from("--cid=2")]; in run_authfs()138 args.push(OsString::from("-o")); in run_authfs()139 args.push(OsString::from("fscontext=u:object_r:authfs_fuse:s0")); in run_authfs()143 args.push(OsString::from("--remote-ro-file-unverified")); in run_authfs()144 args.push(OsString::from(conf.fd.to_string())); in run_authfs()147 args.push(OsString::from("--remote-new-rw-file")); in run_authfs()148 args.push(OsString::from(conf.fd.to_string())); in run_authfs()[all …]
29 use std::ffi::OsString;90 fn get_next_mount_point(&self) -> OsString { in get_next_mount_point() argument92 OsString::from(format!("{}/{}", SERVICE_ROOT, previous)) in get_next_mount_point()
24 use std::ffi::OsString;191 let mut bootclasspath_arg = OsString::new(); in run_derive_classpath()195 let mut systemserverclasspath_arg = OsString::new(); in run_derive_classpath()
25 use std::ffi::OsString;76 let mut os_string: OsString = path.into(); in get_fsverity_metadata_path()
20 use std::ffi::{CString, OsString};262 let bytes = OsString::from(path).into_vec(); in path_to_cstring()