Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dcow_decompress.cpp77 virtual bool DecompressInput(const uint8_t* data, size_t length) = 0;
109 if (!DecompressInput(chunk, read)) { in Decompress()
143 bool DecompressInput(const uint8_t* data, size_t length) override;
163 bool GzDecompressor::DecompressInput(const uint8_t* data, size_t length) { in DecompressInput() function in android::snapshot::GzDecompressor
216 bool DecompressInput(const uint8_t* data, size_t length) override;
234 bool BrotliDecompressor::DecompressInput(const uint8_t* data, size_t length) { in DecompressInput() function in android::snapshot::BrotliDecompressor