Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmoveconfig.py451 def color_text(color_enabled, color, string): function
477 print color_text(color_enabled, COLOR_RED, line),
479 print color_text(color_enabled, COLOR_GREEN, line),
945 color_text(self.options.color, COLOR_BROWN,
984 log += color_text(self.options.color, log_color, actlog) + '\n'
1015 log += color_text(self.options.color, COLOR_YELLOW,
1170 self.log += color_text(self.options.color, COLOR_LIGHT_RED,
1173 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN,
1194 self.log += color_text(self.options.color, COLOR_YELLOW,
1231 self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
[all …]