Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs661 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse() localVariable
680 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse_not_sparse_image() localVariable
692 let sparse_raw = include_bytes!("../testdata/sparse_test_raw.bin"); in test_write_sparse_overflow_size() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs1289 let sparse_raw = include_bytes!("../../testdata/sparse_test_raw.bin"); in test_async_flash() localVariable