Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Duaccess.rs297 pub fn read_slice_partial(&mut self, out: &mut [u8], offset: usize) -> Result<usize> { in read_slice_partial() method
325 let read = self.read_slice_partial(out, offset_index)?; in read_slice_file()