Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs49 fn read_exact(&mut self, out: &mut [u8]) -> Result<(), TransportError> { in read_exact() method
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs121 fn read_exact(&mut self, out: &mut [u8]) -> Result<(), TransportError>; in read_exact() method
1149 fn read_exact(&mut self, out: &mut [u8]) -> Result<(), TransportError> { in read_exact() method