Searched refs:base_outdir (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 335 def _dry_run_copy(src, dst, dry_run_outdir, base_outdir): argument 337 relpath = os.path.relpath(dst, base_outdir) 339 raise Exception('Incorrect base path %s for path %s' % (base_outdir, dst)) 350 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): argument 356 _dry_run_copy(src, dst, dry_run_outdir, base_outdir) 363 def _copy_file(src, dst, dry_run_outdir=None, base_outdir=None): argument 368 _dry_run_copy(src, dst, dry_run_outdir, base_outdir) 1658 base_outdir=recipedir) 1806 dry_run_outdir=dry_run_outdir, base_outdir=recipedir) 1814 base_outdir=recipedir) [all …]
|