Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs615 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse() localVariable
634 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse_not_sparse_image() localVariable
645 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse_overflow_size() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1413 let sparse_raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_async_flash() localVariable
2881 let sparse_raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_async_flash_early_errors() localVariable