Searched refs:compressedData1 (Results 1 - 1 of 1) sorted by relevance
/base/update/updater/test/unittest/diffpatch/ |
H A D | bzip2_unittest.cpp | 87 size_t compressedData1 = 0; in BZip2AdapterBufferTest() local 88 ret = adapter.FlushData(compressedData1); in BZip2AdapterBufferTest() 93 BZipBuffer2Adapter adapter2(compressedData, compressedData1); in BZip2AdapterBufferTest() 102 PATCH_LOGI("compressedData size %zu %zu %zu", compressedData.size(), compressedData1, compressedData2); in BZip2AdapterBufferTest() 105 BZip2BufferReadAdapter readAdapter(0, compressedData1, compressedInfo); in BZip2AdapterBufferTest() 115 BZip2BufferReadAdapter readAdapter2(compressedData1, compressedData2, compressedInfo); in BZip2AdapterBufferTest() 147 size_t compressedData1 = 0; in BZip2AdapterAddMoreTest() local 148 ret = adapter.FlushData(compressedData1); in BZip2AdapterAddMoreTest() 152 PATCH_LOGI("compressedData size %zu %zu", compressedData.size(), compressedData1); in BZip2AdapterAddMoreTest() 155 BZip2BufferReadAdapter readAdapter(0, compressedData1, compressedInf in BZip2AdapterAddMoreTest() [all...] |
Completed in 1 milliseconds