Searched refs:updated_contents (Results 1 – 1 of 1) sorted by relevance
922 std::string updated_contents; in TEST_F() local923 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()