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.c151 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, argument
159 out = output_file_open_fd(fd, s->block_size, s->len, gz, sparse, chunks, crc);
H A Doutput_file.c642 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
668 int gz, int sparse, int chunks, int crc)
673 if (gz) {
641 output_file_open_callback(int (*write)(void *, const void *, int), void *priv, unsigned int block_size, int64_t len, int gz, int sparse, int chunks, int crc) argument
667 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.h144 * @gz - write a gzipped file
148 * Writes a sparse file to a file. If gz is true, the data will be passed
157 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse,
/system/extras/ext4_utils/
H A Dext4_utils.h158 void write_ext4_image(int fd, int gz, int sparse, int crc);
H A Dext4_utils.c84 void write_ext4_image(int fd, int gz, int sparse, int crc) argument
86 sparse_file_write(info.sparse_file, fd, gz, sparse, crc);

Completed in 278 milliseconds