Home
last modified time | relevance | path

Searched refs:install_part_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer_unittest.cc93 install_part_.source_path = source_partition.path(); in PerformSourceCopyOp()
94 install_part_.target_path = target_partition.path(); in PerformSourceCopyOp()
95 install_part_.source_size = blob_data.size(); in PerformSourceCopyOp()
96 install_part_.target_size = blob_data.size(); in PerformSourceCopyOp()
115 InstallPlan::Partition install_part_{}; member in chromeos_update_engine::PartitionWriterTest
117 partition_update_, install_part_, &dynamic_control_, kBlockSize, false};
H A Dvabc_partition_writer.cc65 if (!install_part_.source_path.empty()) { in Init()
67 source_path = install_part_.source_path; in Init()
70 install_part_.name, source_path, install_plan->is_resume); in Init()
H A Dpartition_writer.cc247 install_part_(install_part), in PartitionWriter()
262 if (install_part_.source_size > 0 && !install_part_.source_path.empty()) { in OpenSourcePartition()
263 source_path_ = install_part_.source_path; in OpenSourcePartition()
267 LOG(ERROR) << "Unable to open source partition " << install_part_.name in OpenSourcePartition()
288 target_path_ = install_part_.target_path; in Init()
312 DiscardPartitionTail(target_fd_, install_part_.target_size); in Init()
604 const InstallPlan::Partition& install_part = install_part_; in OpenCurrentECCPartition()
H A Dpartition_writer.h107 const InstallPlan::Partition& install_part_; variable