Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs546 fn test_part_read( in test_part_read() function
571 test_part_read(&gpt, Some("boot_a"), expect_boot_a, 1, 1024); in test_read_partition_gpt()
573 test_part_read(&gpt, Some("boot_b"), expect_boot_b, 1, 1024); in test_read_partition_gpt()
575 test_part_read(&gpt, None, disk, 1, 1024); in test_read_partition_gpt()
582 test_part_read(&raw, Some("raw"), disk, 1, 1024); in test_read_partition_raw()
583 test_part_read(&raw, None, disk, 1, 1024); in test_read_partition_raw()
597 test_part_read(blk, part, &part_content, off, sz); in test_part_write()
603 test_part_read(blk, part, &part_content, off, sz); in test_part_write()
675 test_part_read(&blk, Some("raw"), &expected, 1, sparse_raw.len().try_into().unwrap()); in test_write_sparse()