Lines Matching refs:path
40 parser.add_option("-P","--tool-path",
72 help="outfile (NOT a full path)",
99 if (os.path.isdir(options.tmpdir) and options.deltmpdir):
104 if not (os.path.isdir(options.tmpdir)):
117 if not os.path.isdir(options.tmpdir):
121 if not os.path.isfile(options.filterfile):
125 if not os.path.isfile(options.datfile):
133 outfile = os.path.join(options.tmpdir, options.outfile)
135 if os.path.isfile(outfile):
149 cmd = os.path.join(options.toolpath, tool) + " " + cmd
184 listfile = os.path.join(options.tmpdir,"icudata.lst")
286 treelistfile = os.path.join(options.tmpdir,"%s.lst" % tree)
307 hackerrfile=os.path.join(options.tmpdir, "REMOVE.err")
308 removefile = os.path.join(options.tmpdir, "REMOVE.lst")
348 treebunddir = os.path.join(treebunddir, trees[tree]["treeprefix"])
349 if not (os.path.isdir(treebunddir)):
351 treebundres = os.path.join(treebunddir,RES_INDX)