HomeSort by relevance Sort by last modified time
    Searched defs:install_plan_ (Results 1 - 8 of 8) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.h 101 // The index in the install_plan_.partitions vector of the partition currently
115 InstallPlan install_plan_; member in class:chromeos_update_engine::FilesystemVerifierAction
postinstall_runner_action.h 99 InstallPlan install_plan_; member in class:chromeos_update_engine::PostinstallRunnerAction
download_action.h 135 InstallPlan install_plan_; member in class:chromeos_update_engine::DownloadAction
install_plan.h 133 install_plan_(install_plan) {}
137 SetOutputObject(install_plan_); variable
142 InstallPlan* install_plan() { return &install_plan_; }
151 InstallPlan install_plan_; member in class:chromeos_update_engine::InstallPlanAction
delta_performer.h 86 install_plan_(install_plan) {}
310 InstallPlan* install_plan_; member in class:chromeos_update_engine::DeltaPerformer
delta_performer_unittest.cc 100 install_plan_.source_slot = 0;
101 install_plan_.target_slot = 1;
111 install_plan_.payload_type = payload_type;
171 &install_plan_.metadata_size));
206 kLegacyPartitionNameRoot, install_plan_.target_slot, new_part);
208 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
210 kLegacyPartitionNameKernel, install_plan_.target_slot, "/dev/null");
212 kLegacyPartitionNameKernel, install_plan_.source_slot, "/dev/null");
231 install_plan_.hash_checks_mandatory = hash_checks_mandatory;
238 install_plan_.metadata_size = expected_metadata_size
331 InstallPlan install_plan_; member in class:chromeos_update_engine::DeltaPerformerTest
    [all...]
  /system/update_engine/
omaha_response_handler_action.h 58 const InstallPlan& install_plan() const { return install_plan_; }
74 InstallPlan install_plan_; member in class:chromeos_update_engine::OmahaResponseHandlerAction
update_attempter_android.h 115 // |install_plan_|.
151 InstallPlan install_plan_; member in class:chromeos_update_engine::UpdateAttempterAndroid

Completed in 55 milliseconds