Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h161 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/
Dmisc.c127 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()
Ddd.c510 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()
Ddd.h100 uint64_t sparse; /* # of sparse output blocks */ member
/system/extras/ext4_utils/
Dmake_ext4fs_main.c73 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()
Dext2simg.c123 int sparse = 1; in main() local
139 sparse = 0; in main()
189 write_ext4_image(outfd, gzip, sparse, crc); in main()
Dext4_utils.h138 void write_ext4_image(int fd, int gz, int sparse, int crc);
160 int sparse, int crc, int wipe, int real_uuid,
Dext4_utils.c172 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()
Dmake_ext4fs.c493 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/
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.c161 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()
Doutput_file.c542 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()
Dsparse_read.c406 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()
DAndroid.mk8 sparse.c \
/system/extras/verity/
Dbuild_verity_tree.cpp129 bool sparse = false; in main() local
177 sparse = true; in main()
266 if (sparse) { in main()
/system/core/liblog/
Devent.logtags1 # The entries in this file map a sparse set of log tag numbers to tag names.
/system/core/logd/
Devent.logtags1 # The entries in this file map a sparse set of log tag numbers to tag names.
/system/core/logcat/
Devent.logtags1 # The entries in this file map a sparse set of log tag numbers to tag names.