Searched refs:DecompressWithWriter (Results 1 – 1 of 1) sorted by relevance
69 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter() function96 return DecompressWithWriter<BzipExtentWriter>(in, out); in ZipDecompress()109 return DecompressWithWriter<XzExtentWriter>(in, out); in ZipDecompress()