Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse.c161 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()
Doutput_file.c549 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()
Dsparse_read.cpp384 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read()
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c510 int sparse, i; in dd_out() local
Ddd.h100 uint64_t sparse; /* # of sparse output blocks */ member
/system/extras/verity/fec/
Dimage.h42 bool sparse; member
/system/extras/verity/
Dbuild_verity_tree.cpp130 bool sparse = false; in main() local