Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs_scoped.rs33 reader.read_slice(&mut buf[..n])?; in remove_file_write()
55 reader.read_slice(&mut buf[..n])?; in create_file_write()
/linux/rust/kernel/debugfs/
H A Dtraits.rs166 reader.read_slice(&mut buf[..n])?; in read_from_slice()
185 reader.read_slice(&mut buf[..n])?; in read_from_slice()
/linux/rust/kernel/
H A Duaccess.rs284 pub fn read_slice(&mut self, out: &mut [u8]) -> Result { in read_slice() method
304 self.read_slice(dst)?; in read_slice_partial()