Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dgpt.rs434 dev.sync_gpt().unwrap(); in test_new_from_buffer()
446 assert!(dev.sync_gpt().is_err()); in test_gpt_buffer_too_small()
455 assert!(dev.sync_gpt().is_err()); in test_gpt_too_many_entries()
465 dev.sync_gpt().unwrap(); in test_load_gpt_primary()
483 dev.sync_gpt().unwrap(); in test_load_gpt_secondary()
496 dev.sync_gpt().unwrap(); in test_good_gpt_no_repair_write()
505 dev.sync_gpt().unwrap(); in test_load_gpt_incorrect_magic()
515 dev.sync_gpt().unwrap(); in test_load_gpt_incorrect_magic()
528 assert!(dev.sync_gpt().is_err()); in test_load_gpt_exceeds_max_entries()
537 dev.sync_gpt().unwrap(); in test_load_gpt_non_max_entries()
[all …]
Dmulti_blocks.rs52 match v.sync_gpt() { in sync_gpt_all()
Dtestlib.rs567 assert!(block_dev.sync_gpt().is_ok()); in test_builder_partitions()
Dlib.rs399 fn sync_gpt(&mut self) -> Result<()> { in sync_gpt() method
/bootable/libbootloader/gbl/efi/src/
Dutils.rs140 match gpt_dev.sync_gpt() { in find_gpt_devices()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs615 assert!(block_dev.sync_gpt().is_ok()); in test_writeback()
646 assert!(block_dev.sync_gpt().is_ok()); in test_writeback_with_cursor()