Searched refs:existing_data (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 656 string existing_data; in TEST_F() local 658 existing_data += '0' + (i % 10); in TEST_F() 661 p2p_manager_->FileGetPath(file_id), existing_data.c_str(), 1000), in TEST_F() 678 EXPECT_EQ(existing_data, p2p_file_contents.substr(0, 1000)); in TEST_F() 690 string existing_data; in TEST_F() local 692 existing_data += '0' + (i % 10); in TEST_F() 695 p2p_manager_->FileGetPath(file_id), existing_data.c_str(), 1000), in TEST_F()
|
D | delta_performer_unittest.cc | 559 brillo::Blob existing_data = brillo::Blob(4096 * 10, 'a'); in TEST_F() local 560 brillo::Blob expected_data = existing_data; in TEST_F() 577 ApplyPayloadToData(payload_data, "/dev/null", existing_data, true)); in TEST_F()
|