Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 10 of 10) 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.c409 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read()
/system/extras/ext4_utils/
Dmake_ext4fs_main.c75 int sparse = 0; in main() local
Dext4_utils.c193 void write_ext4_image(int fd, int gz, int sparse, int crc) in write_ext4_image()
Dmake_ext4fs.c718 int sparse, int crc, int wipe, int real_uuid, in make_ext4fs_internal()
/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.cpp131 bool sparse = false; in main() local