HomeSort by relevance Sort by last modified time
    Searched refs:sparse_file_new (Results 1 - 13 of 13) sorted by null

  /system/extras/f2fs_utils/
f2fs_utils.c 71 f2fs_sparse_file = sparse_file_new(F2FS_BLKSIZE, len);
  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
  /external/qemu/distrib/libsparse/src/
img2simg.c 92 s = sparse_file_new(block_size, len);
sparse.c 30 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len) function
286 tmp = sparse_file_new(in_s->block_size, in_s->len);
292 s = sparse_file_new(in_s->block_size, in_s->len);
sparse_read.c 451 s = sparse_file_new(sparse_header.blk_sz, len);
493 s = sparse_file_new(4096, len);
  /system/core/libsparse/
img2simg.c 92 s = sparse_file_new(block_size, len);
sparse.c 30 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len) function
286 tmp = sparse_file_new(in_s->block_size, in_s->len);
292 s = sparse_file_new(in_s->block_size, in_s->len);
sparse_read.c 451 s = sparse_file_new(sparse_header.blk_sz, len);
493 s = sparse_file_new(4096, len);
  /system/core/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
  /system/extras/ext4_utils/
ext2simg.c 173 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
make_ext4fs.c 574 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
  /external/qemu/distrib/ext4_utils/src/
ext2simg.c 234 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
make_ext4fs.c 569 ext4_sparse_file = sparse_file_new(info.block_size, info.len);

Completed in 1134 milliseconds