Searched refs:base_outdir (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 339 def _dry_run_copy(src, dst, dry_run_outdir, base_outdir): argument 341 relpath = os.path.relpath(dst, base_outdir) 343 raise Exception('Incorrect base path %s for path %s' % (base_outdir, dst)) 354 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): argument 360 _dry_run_copy(src, dst, dry_run_outdir, base_outdir) 367 def _copy_file(src, dst, dry_run_outdir=None, base_outdir=None): argument 372 _dry_run_copy(src, dst, dry_run_outdir, base_outdir) 1587 _copy_file(basepath, path, dry_run_outdir=dry_run_outdir, base_outdir=recipedir) 1590 dry_run_outdir=dry_run_outdir, base_outdir=recipedir) 1598 base_outdir=recipedir) [all …]
|