Searched defs:gz (Results 1 - 3 of 3) sorted by last modified time

/system/core/libsparse/
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
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);
/system/extras/ext4_utils/
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 55 milliseconds