Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/tests/
Drandom_common.rs28 fn as_mut_bytes(buffer: &mut [u16]) -> &mut [u8] { in random_os_string() function
38 getrandom(as_mut_bytes(&mut buffer))?; in random_os_string()