Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs57 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()> { in read_exact() method
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs127 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()>; in read_exact() method
1244 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()> { in read_exact() method
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1868 async fn read_exact(&mut self, out: &mut [u8]) -> Result<(), Error> { in read_exact() method