Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/
Dlib.rs319 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()
Draw_str.rs1200 expect_encoded!(imp::os_string_from_vec(self.0)) in into_os_string()
/third_party/rust/crates/os_str_bytes/src/common/
Dmod.rs37 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function
/third_party/rust/crates/os_str_bytes/src/wasm/
Dmod.rs50 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function
/third_party/rust/crates/os_str_bytes/src/windows/
Dmod.rs102 pub(super) fn os_string_from_vec(string: Vec<u8>) -> Result<OsString> { in os_string_from_vec() function