Searched refs:PartialDecompress (Results 1 – 1 of 1) sorted by relevance
80 virtual bool PartialDecompress(const uint8_t* data, size_t length) = 0;115 if (!PartialDecompress(chunk, read)) { in Decompress()145 bool PartialDecompress(const uint8_t* data, size_t length) override;163 bool GzDecompressor::PartialDecompress(const uint8_t* data, size_t length) { in PartialDecompress() function in android::snapshot::GzDecompressor222 bool PartialDecompress(const uint8_t* data, size_t length) override;239 bool BrotliDecompressor::PartialDecompress(const uint8_t* data, size_t length) { in PartialDecompress() function in android::snapshot::BrotliDecompressor