Lines Matching refs:file_name
16 file_name = os.path.join(tmpdir, "test.html")
17 with open(file_name, "w") as handle:
19 for bug in sut.parse_bug_html(file_name):
25 file_name = os.path.join(tmpdir, preproc + ".info.txt")
26 with open(file_name, "w") as handle:
28 return sut.parse_crash(file_name)
350 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
351 with open(file_name, "w") as handle:
507 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
508 with open(file_name, "w") as handle:
670 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
671 with open(file_name, "w") as handle: