Searched refs:os_string_into_vec (Results 1 – 5 of 5) sorted by relevance
41 pub(super) fn os_string_into_vec(os_string: OsString) -> Vec<u8> { in os_string_into_vec() function
56 pub(super) fn os_string_into_vec(os_string: OsString) -> Vec<u8> { in os_string_into_vec() function
111 pub(super) fn os_string_into_vec(os_string: OsString) -> Vec<u8> { in os_string_into_vec() function
577 imp::os_string_into_vec(self) in into_raw_vec()
1008 Self(imp::os_string_into_vec(string)) in new()