Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_writer.cc191 std::unique_ptr<ExtentWriter> writer = CreateBaseExtentWriter(); in PerformReplaceOperation()
202 auto writer = CreateBaseExtentWriter(); in PerformZeroOrDiscardOperation()
217 auto writer = CreateBaseExtentWriter(); in PerformZeroOrDiscardOperation()
248 auto writer = CreateBaseExtentWriter(); in PerformSourceCopyOperation()
260 auto writer = CreateBaseExtentWriter(); in PerformDiffOperation()
293 std::unique_ptr<ExtentWriter> PartitionWriter::CreateBaseExtentWriter() { in CreateBaseExtentWriter() function in chromeos_update_engine::PartitionWriter
Dvabc_partition_writer.cc332 std::unique_ptr<ExtentWriter> VABCPartitionWriter::CreateBaseExtentWriter() { in CreateBaseExtentWriter() function in chromeos_update_engine::VABCPartitionWriter
361 std::unique_ptr<ExtentWriter> writer = CreateBaseExtentWriter(); in PerformReplaceOperation()
383 : CreateBaseExtentWriter(); in PerformDiffOperation()
Dvabc_partition_writer.h86 [[nodiscard]] std::unique_ptr<ExtentWriter> CreateBaseExtentWriter();
Dpartition_writer.h102 [[nodiscard]] std::unique_ptr<ExtentWriter> CreateBaseExtentWriter();