Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp862 std::string updated_content; in TEST_F() local
863 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated_content)); in TEST_F()
864 ASSERT_EQ(brotli_new_data, updated_content); in TEST_F()