Searched refs:XzCompress (Results 1 – 5 of 5) sorted by relevance
23 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) { in XzCompress() function
30 bool XzCompress(const brillo::Blob& in, brillo::Blob* out);
84 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) { in XzCompress() function
110 return XzCompress(in, out); in ZipCompress()
523 if (XzCompress(new_data, &new_data_xz) && !new_data_xz.empty()) { in GenerateBestFullOperation()