Searched refs:existing_data (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos_unittest.cc | 644 string existing_data; in TEST_F() local 646 existing_data += '0' + (i % 10); in TEST_F() 649 p2p_manager_->FileGetPath(file_id), existing_data.c_str(), 1000), in TEST_F() 666 EXPECT_EQ(existing_data, p2p_file_contents.substr(0, 1000)); in TEST_F() 678 string existing_data; in TEST_F() local 680 existing_data += '0' + (i % 10); in TEST_F() 683 p2p_manager_->FileGetPath(file_id), existing_data.c_str(), 1000), in TEST_F()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer_unittest.cc | 558 brillo::Blob existing_data = brillo::Blob(4096 * 10, 'a'); in TEST_F() local 559 brillo::Blob expected_data = existing_data; in TEST_F() 576 ApplyPayloadToData(payload_data, "/dev/null", existing_data, true)); in TEST_F()
|