Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp922 std::string updated_contents; in TEST_F() local
923 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated_contents)); in TEST_F()
924 ASSERT_EQ(block1 + block1 + block3, updated_contents); in TEST_F()
932 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated_contents)); in TEST_F()
933 ASSERT_EQ(block1 + block2 + block1, updated_contents); in TEST_F()