Searched refs:gz (Results 1 - 6 of 6) sorted by relevance

/system/core/libsparse/
H A 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,
H A Dsparse.c161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, argument
169 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc);
H A Doutput_file.c632 int gz __unused, int sparse, int chunks, int crc)
657 int gz, int sparse, int chunks, int crc)
662 if (gz) {
656 output_file_open_fd(int fd, unsigned int block_size, int64_t len, int gz, int sparse, int chunks, int crc) argument
/system/core/libsparse/include/sparse/
H A Dsparse.h148 * @gz - write a gzipped file
152 * Writes a sparse file to a file. If gz is true, the data will be passed
161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse,
/system/extras/ext4_utils/
H A Dext4_utils.h138 void write_ext4_image(int fd, int gz, int sparse, int crc);
H A Dext4_utils.c172 void write_ext4_image(int fd, int gz, int sparse, int crc) argument
174 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);

Completed in 71 milliseconds