Home
last modified time | relevance | path

Searched refs:PerformSourceCopyOperation (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dmock_partition_writer.h53 PerformSourceCopyOperation,
H A Dvabc_partition_writer.h45 [[nodiscard]] bool PerformSourceCopyOperation(
H A Dpartition_writer.h73 [[nodiscard]] virtual bool PerformSourceCopyOperation(
H A Dvabc_partition_writer.cc146 [[nodiscard]] bool VABCPartitionWriter::PerformSourceCopyOperation( in PerformSourceCopyOperation() function in chromeos_update_engine::VABCPartitionWriter
H A Ddelta_performer.h276 bool PerformSourceCopyOperation(const InstallOperation& operation,
H A Dpartition_writer_unittest.cc100 EXPECT_TRUE(writer_.PerformSourceCopyOperation(op, &error)); in PerformSourceCopyOp()
H A Ddelta_performer.cc564 op_result = PerformSourceCopyOperation(op, error); in Write()
914 bool DeltaPerformer::PerformSourceCopyOperation( in PerformSourceCopyOperation() function in chromeos_update_engine::DeltaPerformer
920 return partition_writer_->PerformSourceCopyOperation(operation, error); in PerformSourceCopyOperation()
H A Dpartition_writer.cc368 bool PartitionWriter::PerformSourceCopyOperation( in PerformSourceCopyOperation() function in chromeos_update_engine::PartitionWriter
H A Ddelta_performer_unittest.cc1181 EXPECT_CALL(writer1, PerformSourceCopyOperation(_, _)) in TEST_F()