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/
Dcow_decompress.cpp33 bool NoDecompressor::Decompress(size_t) { in Decompress() function in android::snapshot::NoDecompressor
91 bool StreamDecompressor::Decompress(size_t output_bytes) { in Decompress() function in android::snapshot::StreamDecompressor
/system/unwinding/libunwindstack/tests/
DMemoryXzTest.cpp53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
/system/apex/apexd/
Dapex_file.cpp404 Result<void> ApexFile::Decompress(const std::string& dest_path) const { in Decompress() function in android::apex::ApexFile
/system/unwinding/libunwindstack/
DMemory.cpp743 bool MemoryXz::Decompress(XzBlock* block) { in Decompress() function in unwindstack::MemoryXz