Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/
Dext_vec.rs176 fn from_os_string(os_str: OsString) -> Result<Vec<u8>, OsString> { in from_os_string() method
256 Vec::from_os_string(path.into_os_string()).map_err(PathBuf::from) in from_path_buf()