Lines Matching refs:diff_ctf
770 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)
820 diff_ctf.genunix1 = None
821 diff_ctf.genunix2 = None
866 (cmd1, cmd2) = diff_ctf(f1, f2)