Home
last modified time | relevance | path

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

/rust/kernel/
A Duaccess.rs171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method
172 self.reader().read_all(buf, flags) in read_all()
325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() method

Completed in 4 milliseconds