Searched refs:p2p_file_contents (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc536 string p2p_file_contents; local
538 &p2p_file_contents));
539 EXPECT_EQ(data_, p2p_file_contents);
586 string p2p_file_contents; local
590 &p2p_file_contents));
591 EXPECT_EQ(existing_data, p2p_file_contents.substr(0, 1000));
592 EXPECT_EQ(data_.substr(1000), p2p_file_contents.substr(1000));

Completed in 127 milliseconds