Searched refs:os_string_from_vec (Results 1 – 5 of 5) sorted by relevance
319 Cow::Owned(string) => imp::os_string_from_vec(string).map(Cow::Owned), in from_raw_bytes()567 expect_encoded!(imp::os_string_from_vec(string)) in assert_from_raw_vec()572 imp::os_string_from_vec(string).map_err(EncodingError) in from_raw_vec()
1200 expect_encoded!(imp::os_string_from_vec(self.0)) in into_os_string()
37 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function
50 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function
102 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function