Home
last modified time | relevance | path

Searched defs:os_str_from_bytes (Results 1 – 3 of 3) 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