Home
last modified time | relevance | path

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

/titanic_51/usr/src/tools/scripts/
H A Dwsdiff.py755 def diff_ctf(f1, f2): function
759 if diff_ctf.genunix1 is None:
766 diff_ctf.genunix1 = d1 + genunix
767 diff_ctf.genunix2 = d2 + genunix
768 debug("CTF: Found {}".format(diff_ctf.genunix1))
769 debug("CTF: Found {}".format(diff_ctf.genunix2))
774 diff_ctf.genunix1 = diff_ctf.genunix2 = False
794 if diff_ctf.genunix1 and diff_ctf.genunix2:
795 cmd1 += "-p {} ".format(diff_ctf.genunix1)
796 cmd2 += "-p {} ".format(diff_ctf.genunix2)
[all …]