Searched refs:color_text (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 452 def color_text(color_enabled, color, string): function 478 print color_text(color_enabled, COLOR_RED, line), 480 print color_text(color_enabled, COLOR_GREEN, line), 923 color_text(self.options.color, COLOR_BROWN, 962 log += color_text(self.options.color, log_color, actlog) + '\n' 993 log += color_text(self.options.color, COLOR_YELLOW, 1148 self.log += color_text(self.options.color, COLOR_LIGHT_RED, 1151 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN, 1172 self.log += color_text(self.options.color, COLOR_YELLOW, 1209 self.log += color_text(self.options.color, COLOR_LIGHT_GREEN, [all …]
|