Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dupdater_test.cpp896 std::string updated_contents; in TEST_F() local
897 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated_contents)); in TEST_F()
898 ASSERT_EQ(block1 + block1 + block3, updated_contents); in TEST_F()
906 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated_contents)); in TEST_F()
907 ASSERT_EQ(block1 + block2 + block1, updated_contents); in TEST_F()