Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs_scoped.rs41 reader.read_slice(&mut buf[..n])?; in remove_file_write()
63 reader.read_slice(&mut buf[..n])?; in create_file_write()
/linux/rust/kernel/debugfs/
H A Dtraits.rs187 reader.read_slice(&mut buf[..n])?; in read_from_slice()
206 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()
/linux/drivers/android/binder/
H A Dallocation.rs471 reader.clone_reader().read_slice(&mut slice[..read_len])?; in read_from()