Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/diffpatch/
Dbzip2_unittest.cpp104 BlockBuffer compressedInfo = {compressedData.data(), compressedData.size()}; in BZip2AdapterBufferTest() local
105 BZip2BufferReadAdapter readAdapter(0, compressedData1, compressedInfo); in BZip2AdapterBufferTest()
115 BZip2BufferReadAdapter readAdapter2(compressedData1, compressedData2, compressedInfo); in BZip2AdapterBufferTest()
154 BlockBuffer compressedInfo = {compressedData.data(), compressedData.size()}; in BZip2AdapterAddMoreTest() local
155 BZip2BufferReadAdapter readAdapter(0, compressedData1, compressedInfo); in BZip2AdapterAddMoreTest()