Searched refs:os_str_to_bytes (Results 1 – 5 of 5) sorted by relevance
33 pub(super) fn os_str_to_bytes(os_string: &OsStr) -> Cow<'_, [u8]> { in os_str_to_bytes() function
46 pub(super) fn os_str_to_bytes(os_string: &OsStr) -> Cow<'_, [u8]> { in os_str_to_bytes() function
98 pub(super) fn os_str_to_bytes(os_string: &OsStr) -> Cow<'_, [u8]> { in os_str_to_bytes() function
445 imp::os_str_to_bytes(self) in to_raw_bytes()
138 match imp::os_str_to_bytes(string) { in new()