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

/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.h92 // The index in the install_plan_.partitions vector of the partition currently
106 InstallPlan install_plan_; member in class:chromeos_update_engine::FilesystemVerifierAction
H A Dpostinstall_runner_action.h99 InstallPlan install_plan_; member in class:chromeos_update_engine::PostinstallRunnerAction
H A Ddownload_action.h135 InstallPlan install_plan_; member in class:chromeos_update_engine::DownloadAction
H A Dinstall_plan.h129 install_plan_(install_plan) {}
133 SetOutputObject(install_plan_); variable
138 InstallPlan* install_plan() { return &install_plan_; }
147 InstallPlan install_plan_; member in class:chromeos_update_engine::InstallPlanAction
H A Ddelta_performer.h86 install_plan_(install_plan) {}
306 InstallPlan* install_plan_; member in class:chromeos_update_engine::DeltaPerformer
H A Ddelta_performer_unittest.cc149 install_plan_.source_slot = 0;
150 install_plan_.target_slot = 1;
160 install_plan_.payload_type = payload_type;
221 payload_path, blob_path, private_key, &install_plan_.metadata_size));
256 kLegacyPartitionNameRoot, install_plan_.target_slot, new_part);
258 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
260 kLegacyPartitionNameKernel, install_plan_.target_slot, "/dev/null");
262 kLegacyPartitionNameKernel, install_plan_.source_slot, "/dev/null");
281 install_plan_.hash_checks_mandatory = hash_checks_mandatory;
288 install_plan_
381 InstallPlan install_plan_; member in class:chromeos_update_engine::DeltaPerformerTest
[all...]
/system/update_engine/
H A Domaha_response_handler_action.h58 const InstallPlan& install_plan() const { return install_plan_; }
74 InstallPlan install_plan_; member in class:chromeos_update_engine::OmahaResponseHandlerAction
H A Dupdate_attempter_android.h115 // |install_plan_|.
151 InstallPlan install_plan_; member in class:chromeos_update_engine::UpdateAttempterAndroid

Completed in 89 milliseconds