Searched defs:sparse (Results 1 – 10 of 10) sorted by relevance
/system/core/libsparse/ |
D | sparse.c | 161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() 181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() 217 int sparse_file_foreach_chunk(struct sparse_file *s, bool sparse, bool crc, in sparse_file_foreach_chunk() 260 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len()
|
D | output_file.c | 549 int64_t len, bool sparse, int chunks, bool crc) in output_file_init() 639 int gz __unused, int sparse, int chunks, int crc) in output_file_open_callback() 664 int gz, int sparse, int chunks, int crc) in output_file_open_fd()
|
D | sparse_read.c | 409 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read()
|
/system/extras/ext4_utils/ |
D | make_ext4fs_main.c | 75 int sparse = 0; in main() local
|
D | ext4_utils.c | 193 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image()
|
D | make_ext4fs.c | 718 int sparse, int crc, int wipe, int real_uuid, in make_ext4fs_internal()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.c | 510 int sparse, i; in dd_out() local
|
D | dd.h | 100 uint64_t sparse; /* # of sparse output blocks */ member
|
/system/extras/verity/fec/ |
D | image.h | 42 bool sparse; member
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 131 bool sparse = false; in main() local
|