Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 14 of 14) sorted by relevance

/system/core/libsparse/include/sparse/
Dsparse.h157 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse,
172 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc);
192 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
211 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc);
/system/extras/ext4_utils/
Dmake_ext4fs_main.c68 int sparse = 0; in main() local
128 sparse = 1; in main()
164 if (wipe && sparse) { in main()
204 sparse, crc, wipe, sehnd, verbose); in main()
Dext2simg.c183 int sparse = 1; in main() local
199 sparse = 0; in main()
249 write_ext4_image(outfd, gzip, sparse, crc); in main()
Dext4_utils.h169 void write_ext4_image(int fd, int gz, int sparse, int crc);
189 int sparse, int crc, int wipe,
Dext4_utils.c85 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image() argument
87 sparse_file_write(info.sparse_file, fd, gz, sparse, crc); in write_ext4_image()
Dmake_ext4fs.c460 int sparse, int crc, int wipe, in make_ext4fs_internal() argument
608 write_ext4_image(fd, gzip, sparse, crc); in make_ext4fs_internal()
/system/core/libsparse/
Doutput_file.h25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
Dsparse.c151 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() argument
159 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc); in sparse_file_write()
171 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() argument
180 sparse, chunks, crc); in sparse_file_callback()
199 int64_t sparse_file_len(struct sparse_file *s, bool sparse, bool crc) in sparse_file_len() argument
207 s->block_size, s->len, false, sparse, chunks, crc); in sparse_file_len()
Doutput_file.c553 int64_t len, bool sparse, int chunks, bool crc) in output_file_init() argument
577 if (sparse) { in output_file_init()
583 if (sparse) { in output_file_init()
642 void *priv, unsigned int block_size, int64_t len, int gz, int sparse, in output_file_open_callback() argument
658 ret = output_file_init(&outc->out, block_size, len, sparse, chunks, crc); in output_file_open_callback()
668 int gz, int sparse, int chunks, int crc) in output_file_open_fd() argument
681 ret = output_file_init(out, block_size, len, sparse, chunks, crc); in output_file_open_fd()
DAndroid.mk8 sparse.c \
Dsparse_read.c410 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read() argument
412 if (crc && !sparse) { in sparse_file_read()
416 if (sparse) { 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
479 sparse = 1; /* Is buffer sparse? */ in dd_out()
482 sparse = 0; in dd_out()
485 if (sparse) { in dd_out()
520 st.sparse += pending/out.dbsz; in dd_out()
990 if (st.sparse) { in summary()
992 (unsigned long long)st.sparse, in summary()
993 (st.sparse == 1) ? "block" : "blocks"); in summary()
/system/core/logcat/
Devent.logtags1 # The entries in this file map a sparse set of log tag numbers to tag names.