Searched defs:output_file (Results 1 - 1 of 1) sorted by path

/system/core/libsparse/
H A Doutput_file.c31 #include "output_file.h"
70 int (*open)(struct output_file *, int fd);
71 int (*skip)(struct output_file *, int64_t);
72 int (*pad)(struct output_file *, int64_t);
73 int (*write)(struct output_file *, void *, int);
74 void (*close)(struct output_file *);
78 int (*write_data_chunk)(struct output_file *out, unsigned int len,
80 int (*write_fill_chunk)(struct output_file *out, unsigned int len,
82 int (*write_skip_chunk)(struct output_file *out, int64_t len);
83 int (*write_end_chunk)(struct output_file *ou
86 struct output_file { struct
[all...]

Completed in 78 milliseconds