Lines Matching refs:PartitionWriter
240 PartitionWriter::PartitionWriter( in PartitionWriter() function in chromeos_update_engine::PartitionWriter
252 PartitionWriter::~PartitionWriter() { in ~PartitionWriter()
256 bool PartitionWriter::OpenSourcePartition(uint32_t source_slot, in OpenSourcePartition()
276 bool PartitionWriter::Init(const InstallPlan* install_plan, in Init()
317 bool PartitionWriter::PerformReplaceOperation(const InstallOperation& operation, in PerformReplaceOperation()
335 bool PartitionWriter::PerformZeroOrDiscardOperation( in PerformZeroOrDiscardOperation()
368 bool PartitionWriter::PerformSourceCopyOperation( in PerformSourceCopyOperation()
479 bool PartitionWriter::PerformSourceBsdiffOperation( in PerformSourceBsdiffOperation()
507 bool PartitionWriter::PerformPuffDiffOperation( in PerformPuffDiffOperation()
538 FileDescriptorPtr PartitionWriter::ChooseSourceFD( in ChooseSourceFD()
593 bool PartitionWriter::OpenCurrentECCPartition() { in OpenCurrentECCPartition()
622 int PartitionWriter::Close() { in Close()
653 void PartitionWriter::CheckpointUpdateProgress(size_t next_op_index) { in CheckpointUpdateProgress()
657 std::unique_ptr<ExtentWriter> PartitionWriter::CreateBaseExtentWriter() { in CreateBaseExtentWriter()