Home
last modified time | relevance | path

Searched defs:Decompress (Results 1 – 5 of 5) sorted by relevance

/system/logging/logd/
DCompressionEngine.cpp61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZlibCompressionEngine
97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZstdCompressionEngine
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.cpp34 bool NoDecompressor::Decompress(size_t) { in Decompress() function in android::snapshot::NoDecompressor
92 bool StreamDecompressor::Decompress(size_t output_bytes) { in Decompress() function in android::snapshot::StreamDecompressor
268 bool Decompress(const size_t output_size) override { in Decompress() function in android::snapshot::Lz4Decompressor
/system/unwinding/libunwindstack/tests/
DMemoryXzTest.cpp53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
/system/unwinding/libunwindstack/
DMemoryXz.cpp218 bool MemoryXz::Decompress(XzBlock* block) { in Decompress() function in unwindstack::MemoryXz
/system/apex/apexd/
Dapex_file.cpp396 Result<void> ApexFile::Decompress(const std::string& dest_path) const { in Decompress() function in android::apex::ApexFile