HomeSort by relevance Sort by last modified time
    Searched refs:install_plan_action (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
update_attempter_android.cc 433 shared_ptr<InstallPlanAction> install_plan_action(
467 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action));
475 BondActions(install_plan_action.get(), download_action.get());
update_attempter.cc 730 shared_ptr<InstallPlanAction> install_plan_action(
732 actions_.push_back(shared_ptr<AbstractAction>(install_plan_action));
734 BuildPostInstallActions(install_plan_action.get());
    [all...]
update_attempter_unittest.cc 508 InstallPlanAction* install_plan_action = local
510 InstallPlan* install_plan = install_plan_action->install_plan();
    [all...]

Completed in 62 milliseconds