Searched refs:outdir (Results 1 – 2 of 2) sorted by relevance
13 outdir = None variable34 global outdir, preserve_outdir38 outdir = dirname39 if not os.path.isdir(outdir):41 os.makedirs(outdir)44 (outdir, err.strerror))45 tout.Debug("Using output directory '%s'" % outdir)47 outdir = tempfile.mkdtemp(prefix='binman.')48 tout.Debug("Using temporary directory '%s'" % outdir)51 global outdir[all …]
94 tools.PrepareOutputDir(options.outdir, options.preserve)