Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android_unittest.cc1003 brillo::Blob new_expected(original); in TEST_P() local
1005 new_expected.resize(file_size - AVB_FOOTER_SIZE); in TEST_P()
1006 new_expected.resize(file_size, '\0'); in TEST_P()
1007 ASSERT_EQ(new_expected, device_content); in TEST_P()