Searched defs:PostinstallRunnerAction (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.h36 class PostinstallRunnerAction : public InstallPlanAction { class in namespace:chromeos_update_engine
38 explicit PostinstallRunnerAction(BootControlInterface* boot_control) function in class:chromeos_update_engine::PostinstallRunnerAction
39 : PostinstallRunnerAction(boot_control, nullptr) {}
59 static std::string StaticType() { return "PostinstallRunnerAction"; }
67 PostinstallRunnerAction(BootControlInterface* boot_control, function in class:chromeos_update_engine::PostinstallRunnerAction
149 DISALLOW_COPY_AND_ASSIGN(PostinstallRunnerAction);

Completed in 88 milliseconds