Searched refs:cc_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | func_test.py | 151 cc_file = series.MakeCcFile(process_tags, cover_fname, 155 dry_run, not ignore_bad_tags, cc_file, 158 cc_lines = open(cc_file).read().splitlines() 159 os.remove(cc_file) 189 % (in_reply_to, stefan, sys.argv[0], cc_file, cover_fname,
|
H A D | patman | 162 cc_file = series.MakeCcFile(options.process_tags, cover_fname, variable 171 options.dry_run, not options.ignore_bad_tags, cc_file, 183 os.remove(cc_file)
|
H A D | patman.py | 162 cc_file = series.MakeCcFile(options.process_tags, cover_fname, variable 171 options.dry_run, not options.ignore_bad_tags, cc_file, 183 os.remove(cc_file)
|