Searched refs:updated (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/tests/component/ |
D | updater_test.cpp | 414 std::string updated; in TEST_F() local 415 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F() 416 ASSERT_EQ(129 * 4096, updated.size()); in TEST_F() 417 ASSERT_EQ(data.substr(0, 128 * 4096), updated.substr(0, 128 * 4096)); in TEST_F() 424 hash_tree.insert(hash_tree.end(), updated.begin() + 128 * 4096, updated.end()); in TEST_F() 674 std::string updated; in TEST_F() local 675 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F() 676 ASSERT_EQ(target, updated); in TEST_F()
|
/bootable/recovery/updater_sample/ |
D | README.md | 47 updated partition on next reboot; otherwise button "Switch Slot" will 48 become active, and user can manually set updated partition as the active slot.
|