Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs482 let raw = raw_disk(c"raw", &disk); in test_find_partition_raw() localVariable
535 let raw = raw_disk(c"raw", &disk); in test_read_partition_raw() localVariable
571 let mut raw = raw_disk(c"raw", include_bytes!("../../libstorage/test/gpt_test_1.bin")); in test_write_partition_raw() localVariable
590 let raw = raw_disk(c"raw", &disk); in test_read_write_partition_overflow() localVariable
608 let raw = raw_disk(c"raw", &disk); in test_sub_overflow() localVariable
617 let raw = &vec![0u8; sparse_raw.len() + 512][..]; in test_write_sparse() localVariable
637 let raw = raw_disk(c"raw", vec![0u8; sparse_raw.len() + 512]); in test_write_sparse_not_sparse_image() localVariable
647 let raw = raw_disk(c"raw", vec![0u8; sparse_raw.len()]); in test_write_sparse_overflow_size() localVariable
655 let raw = raw_disk(c"raw", vec![0u8; 1024]); in test_partition_iter() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs309 let raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_sparse_write() localVariable
322 let raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_sparse_write_non_default_block_size() localVariable
Dmod.rs1379 let raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_flash_partition_sparse() localVariable
/bootable/deprecated-ota/tests/unit/host/
Dimgdiff_test.cpp50 size_t raw = 0; in verify_patch_header() local