Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dpartition_writer.cc190 std::unique_ptr<ExtentWriter> writer = CreateBaseExtentWriter(); in PerformReplaceOperation()
201 auto writer = CreateBaseExtentWriter(); in PerformZeroOrDiscardOperation()
216 auto writer = CreateBaseExtentWriter(); in PerformZeroOrDiscardOperation()
247 auto writer = CreateBaseExtentWriter(); in PerformSourceCopyOperation()
259 auto writer = CreateBaseExtentWriter(); in PerformDiffOperation()
292 std::unique_ptr<ExtentWriter> PartitionWriter::CreateBaseExtentWriter() { in CreateBaseExtentWriter() function in chromeos_update_engine::PartitionWriter
H A 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()
H A Dvabc_partition_writer.h86 [[nodiscard]] std::unique_ptr<ExtentWriter> CreateBaseExtentWriter();
H A Dpartition_writer.h102 [[nodiscard]] std::unique_ptr<ExtentWriter> CreateBaseExtentWriter();