Searched refs:color_enabled (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 452 def color_text(color_enabled, color, string): argument 454 if color_enabled: 462 def show_diff(a, b, file_path, color_enabled): argument 478 print color_text(color_enabled, COLOR_RED, line), 480 print color_text(color_enabled, COLOR_GREEN, line),
|