Searched refs:adjust_cfg_line (Results 1 - 2 of 2) sorted by last modified time

/u-boot/tools/buildman/
H A Dtest.py634 cfgutil.adjust_cfg_line('CONFIG_FRED=y', {'FRED':'FRED'})[0])
639 cfgutil.adjust_cfg_line(
651 self.assertEqual('#', cfgutil.adjust_cfg_line('#', {'FRED':'~FRED'})[0])
658 cfgutil.adjust_cfg_line('CONFIG_FRED=1' , {'FRED':'~FRED'})[0])
663 cfgutil.adjust_cfg_line(
679 cfgutil.adjust_cfg_line('CONFIG_FRED="fred"' , {'FRED':'~FRED'})[0])
684 cfgutil.adjust_cfg_line('# CONFIG_FRED is not set' ,
690 cfgutil.adjust_cfg_line('CONFIG_FRED="ernie"' ,
H A Dcfgutil.py39 def adjust_cfg_line(line, adjust_cfg, done=None): function
100 out_line, _ = adjust_cfg_line(line, adjust_cfg, done)
192 out_line, adj = adjust_cfg_line(line, adjust_cfg, done)

Completed in 45 milliseconds