Home
last modified time | relevance | path

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

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