Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.cpp80 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::GzDecompressor
222 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