D | cow_operation_convert_unittest.cc | 59 for (auto&& op : operations_) { in VerifyCowMergeOp() 82 OperationList operations_; member in chromeos_update_engine::CowOperationConvertTest 112 &operations_, InstallOperation::SOURCE_COPY, {{20, 1}}, {{30, 1}}); in TEST_F() 114 &operations_, InstallOperation::SOURCE_COPY, {{10, 1}}, {{20, 1}}); in TEST_F() 116 &operations_, InstallOperation::SOURCE_COPY, {{0, 1}}, {{10, 1}}); in TEST_F() 125 auto cow_ops = ConvertToCowOperations(operations_, merge_operations_); in TEST_F() 135 &operations_, InstallOperation::SOURCE_COPY, {{30, 1}}, {{0, 1}}); in TEST_F() 137 &operations_, InstallOperation::SOURCE_COPY, {{20, 1}}, {{30, 1}}); in TEST_F() 139 &operations_, InstallOperation::SOURCE_COPY, {{10, 1}}, {{20, 1}}); in TEST_F() 141 &operations_, InstallOperation::SOURCE_COPY, {{0, 1}}, {{10, 1}}); in TEST_F() [all …]
|