/system/core/libsparse/include/sparse/ |
D | sparse.h | 161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, 176 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc); 196 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, 215 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | misc.c | 127 if (st.sparse) { in posix_summary() 129 (unsigned long long)st.sparse, in posix_summary() 130 (st.sparse == 1) ? "block" : "blocks"); in posix_summary() 269 (unsigned long long)st.sparse); in dd_write_msg() 284 if (st.sparse != 1) ADDS("s"); in dd_write_msg() 329 if (st.sparse) { in human_summary()
|
D | dd.c | 510 int sparse, i; in dd_out() local 511 sparse = 1; /* Is buffer sparse? */ in dd_out() 514 sparse = 0; in dd_out() 517 if (sparse) { in dd_out() 543 st.sparse += pending/out.dbsz; in dd_out()
|
D | dd.h | 100 uint64_t sparse; /* # of sparse output blocks */ member
|
/system/extras/ext4_utils/ |
D | make_ext4fs_main.c | 73 int sparse = 0; in main() local 138 sparse = 1; in main() 197 if (wipe && sparse) { in main() 240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file); in main()
|
D | ext2simg.c | 123 int sparse = 1; in main() local 139 sparse = 0; in main() 189 write_ext4_image(outfd, gzip, sparse, crc); in main()
|
D | ext4_utils.h | 138 void write_ext4_image(int fd, int gz, int sparse, int crc); 160 int sparse, int crc, int wipe, int real_uuid,
|
D | ext4_utils.c | 172 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image() argument 174 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc); in write_ext4_image()
|
D | make_ext4fs.c | 493 int sparse, int crc, int wipe, int real_uuid, in make_ext4fs_internal() argument 665 write_ext4_image(fd, gzip, sparse, crc); in make_ext4fs_internal()
|
/system/core/libsparse/ |
D | output_file.h | 25 int gz, int sparse, int chunks, int crc); 27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
|
D | sparse.c | 161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() argument 169 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc); in sparse_file_write() 181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() argument 190 sparse, chunks, crc); in sparse_file_callback() 209 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() argument 217 s->block_size, s->len, false, sparse, chunks, crc); in sparse_file_len()
|
D | output_file.c | 542 int64_t len, bool sparse, int chunks, bool crc) in output_file_init() argument 566 if (sparse) { in output_file_init() 572 if (sparse) { in output_file_init() 632 int gz __unused, int sparse, int chunks, int crc) in output_file_open_callback() argument 647 ret = output_file_init(&outc->out, block_size, len, sparse, chunks, crc); in output_file_open_callback() 657 int gz, int sparse, int chunks, int crc) in output_file_open_fd() argument 673 ret = output_file_init(out, block_size, len, sparse, chunks, crc); in output_file_open_fd()
|
D | sparse_read.c | 406 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read() argument 408 if (crc && !sparse) { in sparse_file_read() 412 if (sparse) { in sparse_file_read()
|
D | Android.mk | 8 sparse.c \
|
/system/extras/verity/ |
D | build_verity_tree.cpp | 129 bool sparse = false; in main() local 177 sparse = true; in main() 266 if (sparse) { in main()
|
/system/core/liblog/ |
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names.
|
/system/core/logd/ |
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names.
|
/system/core/logcat/ |
D | event.logtags | 1 # The entries in this file map a sparse set of log tag numbers to tag names.
|