Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dlib.rs67 .into_os_string() in run_predicate_script()
75 .into_os_string() in run_predicate_script()
/third_party/rust/crates/clap/src/builder/
Dos_str.rs137 name.name.into_os_string() in from()
277 pub(crate) fn into_os_string(self) -> std::ffi::OsString { in into_os_string() method
297 pub(crate) fn into_os_string(self) -> std::ffi::OsString { in into_os_string() method
/third_party/rust/crates/os_str_bytes/tests/
Dcommon.rs59 assert_eq!(os_string, path.map(PathBuf::into_os_string));
/third_party/rust/crates/which-rs/src/
Dfinder.rs202 let mut p = p.clone().into_os_string(); in append_extension()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs966 Cow::Owned(string) => Cow::Owned(string.into_os_string()), in into_os_str()
1199 pub fn into_os_string(self) -> OsString { in into_os_string() method
Dlib.rs594 self.into_os_string().into_raw_vec() in into_raw_vec()
/third_party/rust/crates/rustix/src/path/
Darg.rs425 CString::new(self.into_os_string().into_vec()).map_err(|_cstr_err| io::Errno::INVAL)?, in into_c_str()
436 &CString::new(self.into_os_string().into_vec()) in into_with_c_str()
/third_party/rust/crates/nix/src/
Dunistd.rs3059 let dir = match u.dir.into_os_string().into_string() {
3063 let shell = match u.shell.into_os_string().into_string() {
/third_party/rust/crates/clap/src/parser/
Dparser.rs1167 split_raw_vals.push(raw_val.into_os_string()); in react()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs2610 if let Ok(path) = path.into_os_string().into_string() { in generate()