Home
last modified time | relevance | path

Searched refs:IsAReplaceOperation (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dab_generator.cc31 using chromeos_update_engine::diff_utils::IsAReplaceOperation;
93 } else if (IsAReplaceOperation(aop.op.type())) { in FragmentOperations()
163 TEST_AND_RETURN_FALSE(IsAReplaceOperation(original_op.type())); in SplitAReplaceOp()
205 bool last_is_a_replace = IsAReplaceOperation(last_aop.op.type()); in MergeOperations()
220 bool is_a_replace = IsAReplaceOperation(curr_aop.op.type()); in MergeOperations()
260 IsAReplaceOperation(curr_aop.op.type())) { in MergeOperations()
274 TEST_AND_RETURN_FALSE(IsAReplaceOperation(aop->op.type())); in AddDataAndSetType()
Ddelta_diff_utils.h123 bool IsAReplaceOperation(InstallOperation_Type op_type);
Ddelta_diff_utils.cc675 if (IsAReplaceOperation(operation.type())) { in ReadExtentsToDiff()
717 bool IsAReplaceOperation(InstallOperation_Type op_type) { in IsAReplaceOperation() function