Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dstr.rs291 pub unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut CStr { in from_bytes_with_nul_unchecked_mut() method
920 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()