Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/
Dlib.rs323 fn cow_os_str_into_path(string: Cow<'_, OsStr>) -> Cow<'_, Path> { in cow_os_str_into_path() function
455 cow_os_str_into_path(OsStr::assert_from_raw_bytes(string)) in assert_from_raw_bytes()
463 OsStr::from_raw_bytes(string).map(cow_os_str_into_path) in from_raw_bytes()