Searched refs:os_str_from_bytes (Results 1 – 5 of 5) sorted by relevance
29 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
42 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
87 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
318 Cow::Borrowed(string) => imp::os_str_from_bytes(string), in from_raw_bytes()
721 expect_encoded!(imp::os_str_from_bytes(&self.0)) in to_os_str()