Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_utils.c71 f2fs_sparse_file = sparse_file_new(F2FS_BLKSIZE, len); in make_f2fs_sparse_fd()
/system/core/libsparse/
Dsparse.c30 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len) in sparse_file_new() function
308 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
314 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
Dimg2simg.c92 s = sparse_file_new(block_size, len); in main()
Dsparse_read.c451 s = sparse_file_new(sparse_header.blk_sz, len); in sparse_file_import()
493 s = sparse_file_new(4096, len); in sparse_file_import_auto()
/system/core/libsparse/include/sparse/
Dsparse.h42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
/system/extras/ext4_utils/
Dext2simg.c173 ext4_sparse_file = sparse_file_new(info.block_size, info.len); in main()
Dmake_ext4fs.c587 ext4_sparse_file = sparse_file_new(info.block_size, info.len); in make_ext4fs_internal()