Home
last modified time | relevance | path

Searched defs:gzip_stream (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.h70 struct gzip_stream { struct
71 z_stream stream;
72 int strategies;
73 struct gzip_strategy strategy[0];
/external/perf_data_converter/src/
Dbuilder.cc86 GzipOutputStream gzip_stream(&stream); in Marshal() local
96 GzipOutputStream gzip_stream(&stream); in MarshalToFile() local