Searched refs:cow_os_str_into_path (Results 1 – 1 of 1) sorted by relevance
323 fn cow_os_str_into_path(string: Cow<'_, OsStr>) -> Cow<'_, Path> { in cow_os_str_into_path() function455 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()