Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py770 def diff_ctf(f1, f2): function
774 if diff_ctf.genunix1 is None:
780 diff_ctf.genunix1 = os.path.join(baseWsRoot, genunix)
781 diff_ctf.genunix2 = os.path.join(ptchWsRoot, genunix)
782 debug("CTF: Found {}".format(diff_ctf.genunix1))
783 debug("CTF: Found {}".format(diff_ctf.genunix2))
788 diff_ctf.genunix1 = diff_ctf.genunix2 = False
808 if diff_ctf.genunix1 and diff_ctf.genunix2:
809 cmd1 += "-p {} ".format(diff_ctf.genunix1)
810 cmd2 += "-p {} ".format(diff_ctf.genunix2)
[all …]