Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Devdev.rs115 fn string_from_bytes_with_nul(buffer: &[u8], mut len: usize) -> Result<String> { in string_from_bytes_with_nul() function
155 string_from_bytes_with_nul(&name.buffer, len as usize) in name()
170 string_from_bytes_with_nul(&uniq.buffer, len as usize) in serial_name()