Home
last modified time | relevance | path

Searched refs:DecompressWithWriter (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/update_engine/payload_generator/
H A Dzip_unittest.cc69 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter() function
96 return DecompressWithWriter<BzipExtentWriter>(in, out); in ZipDecompress()
109 return DecompressWithWriter<XzExtentWriter>(in, out); in ZipDecompress()