Home
last modified time | relevance | path

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

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