Searched defs:Decompress (Results 1 – 5 of 5) sorted by relevance
61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZlibCompressionEngine97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZstdCompressionEngine
34 bool NoDecompressor::Decompress(size_t) { in Decompress() function in android::snapshot::NoDecompressor92 bool StreamDecompressor::Decompress(size_t output_bytes) { in Decompress() function in android::snapshot::StreamDecompressor268 bool Decompress(const size_t output_size) override { in Decompress() function in android::snapshot::Lz4Decompressor
53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
218 bool MemoryXz::Decompress(XzBlock* block) { in Decompress() function in unwindstack::MemoryXz
396 Result<void> ApexFile::Decompress(const std::string& dest_path) const { in Decompress() function in android::apex::ApexFile