Searched refs:gz (Results 1 - 6 of 6) sorted by relevance
/system/core/libsparse/ |
H A D | output_file.h | 25 int gz, int sparse, int chunks, int crc); 27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
|
H A D | sparse.c | 161 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 D | output_file.c | 632 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 D | sparse.h | 148 * @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 D | ext4_utils.h | 138 void write_ext4_image(int fd, int gz, int sparse, int crc);
|
H A D | ext4_utils.c | 172 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