Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp182 class ZstdCompressor final : public ICompressor { class
184 ZstdCompressor(int32_t compression_level, const uint32_t block_size) in ZstdCompressor() function in android::snapshot::ZstdCompressor
339 return std::make_unique<ZstdCompressor>(compression_level, block_size); in Zstd()