Searched defs:sparse (Results 1 – 2 of 2) sorted by relevance
283 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_sparse_write() localVariable300 let sparse = include_bytes!("../../testdata/sparse_test_blk1024.bin"); in test_sparse_write_non_default_block_size() localVariable321 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_magic() localVariable330 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_major_version() localVariable339 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_minor_version() localVariable
26 mod sparse; module530 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_flash_partition_sparse() localVariable