Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/common/
Dmod.rs29 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
/third_party/rust/crates/os_str_bytes/src/wasm/
Dmod.rs42 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
/third_party/rust/crates/os_str_bytes/src/windows/
Dmod.rs87 pub(super) fn os_str_from_bytes(string: &[u8]) -> Result<Cow<'_, OsStr>> { in os_str_from_bytes() function
/third_party/rust/crates/os_str_bytes/src/
Dlib.rs318 Cow::Borrowed(string) => imp::os_str_from_bytes(string), in from_raw_bytes()
Draw_str.rs721 expect_encoded!(imp::os_str_from_bytes(&self.0)) in to_os_str()