Searched refs:IsAReplaceOperation (Results 1 – 3 of 3) sorted by relevance
31 using chromeos_update_engine::diff_utils::IsAReplaceOperation;98 if (IsAReplaceOperation(aop.op.type())) { in FragmentOperations()166 TEST_AND_RETURN_FALSE(IsAReplaceOperation(original_op.type())); in SplitAReplaceOp()207 bool last_is_a_replace = IsAReplaceOperation(last_aop.op.type()); in MergeOperations()222 bool is_a_replace = IsAReplaceOperation(curr_aop.op.type()); in MergeOperations()255 IsAReplaceOperation(curr_aop.op.type())) { in MergeOperations()269 TEST_AND_RETURN_FALSE(IsAReplaceOperation(aop->op.type())); in AddDataAndSetType()
127 bool IsAReplaceOperation(InstallOperation::Type op_type);
109 if (!diff_utils::IsAReplaceOperation(op.type())) in IsDiffOperationBetter()1138 bool IsAReplaceOperation(InstallOperation::Type op_type) { in IsAReplaceOperation() function1145 return (IsAReplaceOperation(op_type) || op_type == InstallOperation::ZERO || in IsNoSourceOperation()