Searched defs:sparse (Results 1 – 3 of 3) sorted by relevance
310 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_sparse_write() localVariable323 let sparse = include_bytes!("../../testdata/sparse_test_blk1024.bin"); in test_sparse_write_non_default_block_size() localVariable340 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_magic() localVariable349 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_major_version() localVariable358 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_minor_version() localVariable
45 pub(crate) mod sparse; module1380 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_flash_partition_sparse() localVariable1414 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_async_flash() localVariable2882 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_async_flash_early_errors() localVariable
616 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse() localVariable635 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse_not_sparse_image() localVariable646 let mut sparse = include_bytes!("../testdata/sparse_test.bin").to_vec(); in test_write_sparse_overflow_size() localVariable