Home
last modified time | relevance | path

Searched defs:updater (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/updater/
Dupdater_main.cpp106 Updater updater(std::make_unique<UpdaterRuntime>(sehandle)); in main() local
Dupdate_simulator_main.cpp155 Updater updater(std::make_unique<SimulatorRuntime>(&source_build_info)); in main() local
Dinstall.cpp70 static bool UpdateBlockDeviceNameForPartition(UpdaterInterface* updater, Partition* partition) { in UpdateBlockDeviceNameForPartition()
316 auto updater = state->updater; in MountFn() local
365 auto updater = state->updater; in UnmountFn() local
Dblockimg.cpp1676 auto updater = state->updater; in PerformBlockImageUpdate() local
/bootable/recovery/edify/include/edify/
Dexpr.h39 UpdaterInterface* updater; member
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp98 Updater updater(std::make_unique<SimulatorRuntime>(&build_info)); in RunSimulation() local
/bootable/recovery/tests/unit/
Dupdater_test.cpp62 Updater* updater) { in expect()
88 Updater updater(std::make_unique<UpdaterRuntime>(nullptr)); in expect() local