Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs310 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_sparse_write() localVariable
323 let sparse = include_bytes!("../../testdata/sparse_test_blk1024.bin"); in test_sparse_write_non_default_block_size() localVariable
340 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_magic() localVariable
349 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_major_version() localVariable
358 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_minor_version() localVariable
Dmod.rs45 pub(crate) mod sparse; module
1380 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_flash_partition_sparse() localVariable
1414 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_async_flash() localVariable
2882 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_async_flash_early_errors() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs616 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse() localVariable
635 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse_not_sparse_image() localVariable
646 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse_overflow_size() localVariable