Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs160 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() method
602 buf.try_extend_from_slice(cstr.as_bytes_with_nul()) in try_from()