Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_writer_unittest.cc175 constexpr size_t kSourceSize = 4 * 4096; in TEST_F() local
179 brillo::Blob invalid_data(kSourceSize, 0x55); in TEST_F()
187 FakeFileDescriptor* fake_fec = SetFakeECCFile(kSourceSize); in TEST_F()
188 brillo::Blob expected_data = FakeFileDescriptorData(kSourceSize); in TEST_F()
191 *(op.add_src_extents()) = ExtentForRange(0, kSourceSize / 4096); in TEST_F()