Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/updater/
H A Dupdater_main.cpp111 if (!updater.RunUpdate()) { in main()
H A Dupdate_simulator_main.cpp160 if (!updater.RunUpdate()) { in main()
H A Dupdater.cpp65 bool Updater::RunUpdate() { in RunUpdate() function in Updater
/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater.h46 bool RunUpdate();
/aosp12/bootable/recovery/tests/unit/host/
H A Dupdate_simulator_test.cpp100 ASSERT_EQ(expected, updater.RunUpdate()); in RunSimulation()
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp180 ASSERT_TRUE(updater_.RunUpdate()); in RunBlockImageUpdate()