Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs389 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() method
433 let mut s = self.to_cstring()?; in to_ascii_lowercase()
450 let mut s = self.to_cstring()?; in to_ascii_uppercase()
/linux/rust/kernel/io/
H A Dmem.rs173 name.to_cstring()?, in ioremap()