Lines Matching refs:outfile
69 parser.add_option("-O","--outfile",
71 dest="outfile",
72 help="outfile (NOT a full path)",
91 for opt in [ "datfile", "filterfile", "tmpdir", "outfile" ]:
133 outfile = os.path.join(options.tmpdir, options.outfile)
135 if os.path.isfile(outfile):
136 print("Error, output file does exist: %s" % (outfile))
139 if not options.outfile.endswith(".dat"):
140 print("Outfile doesn't end with .dat: %s" % (options.outfile))
143 dataname=options.outfile[0:-4]
181 runcmd("icupkg", "-t%s %s %s""" % (endian_letter, options.datfile, outfile))
185 runcmd("icupkg", "-l %s > %s""" % (outfile, listfile))
287 runcmd("iculslocs", "-i %s -N %s -T %s -l > %s" % (outfile, dataname, tree, treelistfile))
311 rc = runcmd("icupkg","-r %s %s 2> %s" % (removefile,outfile,hackerrfile),True)
353 runcmd("iculslocs", "-i %s -N %s -T %s -b %s" % (outfile, dataname, tree, treebundtxt))
355 runcmd("icupkg","-s %s -a %s%s %s" % (options.tmpdir, trees[tree]["treeprefix"], RES_INDX, outfile))