Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp444 std::string updated; in TEST_F() local
445 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F()
446 ASSERT_EQ(129 * 4096, updated.size()); in TEST_F()
447 ASSERT_EQ(data.substr(0, 128 * 4096), updated.substr(0, 128 * 4096)); in TEST_F()
454 hash_tree.insert(hash_tree.end(), updated.begin() + 128 * 4096, updated.end()); in TEST_F()
700 std::string updated; in TEST_F() local
701 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F()
702 ASSERT_EQ(target, updated); in TEST_F()
/bootable/recovery/updater_sample/
DREADME.md47 updated partition on next reboot; otherwise button "Switch Slot" will
48 become active, and user can manually set updated partition as the active slot.