Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/
H A Dtools.py13 outdir = None variable
34 global outdir, preserve_outdir
38 outdir = dirname
39 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 …]
/rk3399_rockchip-uboot/tools/binman/
H A Dcontrol.py94 tools.PrepareOutputDir(options.outdir, options.preserve)