Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dsparse.rs283 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_sparse_write() localVariable
300 let sparse = include_bytes!("../../testdata/sparse_test_blk1024.bin"); in test_sparse_write_non_default_block_size() localVariable
321 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_magic() localVariable
330 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_major_version() localVariable
339 let mut sparse = include_bytes!("../../testdata/sparse_test.bin").to_vec(); in test_sparse_invalid_minor_version() localVariable
Dmod.rs26 mod sparse; module
530 let sparse = include_bytes!("../../testdata/sparse_test.bin"); in test_flash_partition_sparse() localVariable