Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs368 async fn parse_and_get_partition_io( in parse_and_get_partition_io() function
553 let (blk_idx, part_io) = self.parse_and_get_partition_io(part).await?; in flash()
575 let (blk_idx, part_io) = self.parse_and_get_partition_io(part).await?; in erase()
595 let (_, mut part_io) = self.parse_and_get_partition_io(part).await?; in fetch()