Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc250 brillo::Blob GenerateSourceCopyPayload(const brillo::Blob& copied_data, in GenerateSourceCopyPayload() argument
255 EXPECT_EQ(0U, copied_data.size() % kDefaultBlockSize); in GenerateSourceCopyPayload()
256 uint64_t num_blocks = copied_data.size() / kDefaultBlockSize; in GenerateSourceCopyPayload()
262 EXPECT_TRUE(HashCalculator::RawHashOfData(copied_data, &src_hash)); in GenerateSourceCopyPayload()