Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Dsparse_file.h26 struct sparse_file { struct
27 unsigned int block_size;
28 int64_t len;
29 bool verbose;
31 struct backed_block_list* backed_block_list;
32 struct output_file* out;
/aosp14/system/core/fastboot/
H A Dsuper_flash_helper_test.cpp60 auto sparse_file = helper.GetSparseLayout(); in TEST() local