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