Searched refs:Lz4 (Results 1 – 3 of 3) sorted by relevance
44 static std::unique_ptr<IDecompressor> Lz4();
310 std::unique_ptr<IDecompressor> IDecompressor::Lz4() { in Lz4() function in android::snapshot::IDecompressor
786 decompressor = IDecompressor::Lz4(); in ReadData()