Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 9 of 9) sorted by relevance

/system/extras/ext4_utils/
Dmake_ext4fs_main.c68 int sparse = 0; in main() local
Dext2simg.c183 int sparse = 1; in main() local
Dext4_utils.c85 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image()
Dmake_ext4fs.c460 int sparse, int crc, int wipe, in make_ext4fs_internal()
/system/core/libsparse/
Dsparse.c151 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()
Doutput_file.c553 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()
Dsparse_read.c410 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read()
/system/core/toolbox/
Ddd.h66 uint64_t sparse; /* # of sparse output blocks */ member
Ddd.c478 int sparse, i; in dd_out() local