Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/
H A Dmod.rs59 self.0.write_to_partition_sync(part, 0, data) in write_abr_metadata()
758 assert!(ops.write_to_partition_sync(part_name, 64, &mut data[..]).is_ok()); in corrupt_data()
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dops.rs166 fn write_to_partition_sync( in write_to_partition_sync() method