Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_file.h22 struct sparse_file { struct
23 unsigned int block_size;
24 int64_t len;
25 bool verbose;
27 struct backed_block_list *backed_block_list;
28 struct output_file *out;
/system/extras/ext4_utils/
Dext4_utils.h133 struct sparse_file *sparse_file; member