Searched defs:sparse (Results 1 – 9 of 9) sorted by relevance
/system/extras/ext4_utils/ |
D | make_ext4fs_main.c | 68 int sparse = 0; in main() local
|
D | ext2simg.c | 183 int sparse = 1; in main() local
|
D | ext4_utils.c | 85 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image()
|
D | make_ext4fs.c | 460 int sparse, int crc, int wipe, in make_ext4fs_internal()
|
/system/core/libsparse/ |
D | sparse.c | 151 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() 171 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() 199 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len()
|
D | output_file.c | 553 int64_t len, bool sparse, int chunks, bool crc) in output_file_init() 642 void *priv, unsigned int block_size, int64_t len, int gz, int sparse, in output_file_open_callback() 668 int gz, int sparse, int chunks, int crc) in output_file_open_fd()
|
D | sparse_read.c | 410 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read()
|
/system/core/toolbox/ |
D | dd.h | 66 uint64_t sparse; /* # of sparse output blocks */ member
|
D | dd.c | 478 int sparse, i; in dd_out() local
|