Searched refs:test_part_read (Results 1 – 1 of 1) sorted by relevance
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | partition.rs | 500 fn test_part_read( in test_part_read() function 525 test_part_read(&gpt, Some("boot_a"), expect_boot_a, 1, 1024); in test_read_partition_gpt() 527 test_part_read(&gpt, Some("boot_b"), expect_boot_b, 1, 1024); in test_read_partition_gpt() 529 test_part_read(&gpt, None, disk, 1, 1024); in test_read_partition_gpt() 536 test_part_read(&raw, Some("raw"), disk, 1, 1024); in test_read_partition_raw() 537 test_part_read(&raw, None, disk, 1, 1024); in test_read_partition_raw() 551 test_part_read(blk, part, &part_content, off, sz); in test_part_write() 557 test_part_read(blk, part, &part_content, off, sz); in test_part_write() 629 test_part_read(&blk, Some("raw"), &expected, 1, sparse_raw.len().try_into().unwrap()); in test_write_sparse()
|