Searched refs:cc_file (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | func_test.py | 152 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.py | 159 cc_file = series.MakeCcFile(options.process_tags, cover_fname, variable 168 options.dry_run, not options.ignore_bad_tags, cc_file, 179 os.remove(cc_file)
|
| H A D | patman | 159 cc_file = series.MakeCcFile(options.process_tags, cover_fname, variable 168 options.dry_run, not options.ignore_bad_tags, cc_file, 179 os.remove(cc_file)
|