Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs587 fn test_part_write(blk: &TestGblDisk, part: Option<&str>, off: u64, sz: u64) { in test_part_write() function
610 test_part_write(&gpt, Some("boot_a"), 1, 1024); in test_write_partition_gpt()
611 test_part_write(&gpt, Some("boot_b"), 1, 1024); in test_write_partition_gpt()
612 test_part_write(&gpt, None, 1, 1024); in test_write_partition_gpt()
618 test_part_write(&mut raw, Some("raw"), 1, 1024); in test_write_partition_raw()
619 test_part_write(&mut raw, None, 1, 1024); in test_write_partition_raw()