Home
last modified time | relevance | path

Searched refs:install_op_executor_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dpartition_writer.cc126 install_op_executor_(block_size) {} in PartitionWriter()
196 return install_op_executor_.ExecuteReplaceOperation( in PerformReplaceOperation()
207 return install_op_executor_.ExecuteZeroOrDiscardOperation(operation, in PerformZeroOrDiscardOperation()
222 return install_op_executor_.ExecuteZeroOrDiscardOperation( in PerformZeroOrDiscardOperation()
252 return install_op_executor_.ExecuteSourceCopyOperation( in PerformSourceCopyOperation()
264 return install_op_executor_.ExecuteDiffOperation( in PerformDiffOperation()
Dpartition_writer.h119 InstallOperationExecutor install_op_executor_; variable