Home
last modified time | relevance | path

Searched refs:sparse_file_new (Results 1 – 6 of 6) sorted by relevance

/system/core/libsparse/
Dsparse.c29 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len) in sparse_file_new() function
286 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
292 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
Dimg2simg.c93 s = sparse_file_new(block_size, len); in main()
Dsparse_read.c455 s = sparse_file_new(sparse_header.blk_sz, len); in sparse_file_import()
497 s = sparse_file_new(4096, len); in sparse_file_import_auto()
/system/core/libsparse/include/sparse/
Dsparse.h38 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
/system/extras/ext4_utils/
Dext2simg.c233 info.sparse_file = sparse_file_new(info.block_size, info.len); in main()
Dmake_ext4fs.c548 info.sparse_file = sparse_file_new(info.block_size, info.len); in make_ext4fs_internal()