Searched refs:_move_file (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 354 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): function 1589 _move_file(os.path.join(local_files_dir, basepath), path, 1595 _move_file(os.path.join(local_files_dir, basepath), 1723 _move_file(os.path.join(local_files_dir, basepath), path, 1746 _move_file(patchfn, path, 1752 _move_file(os.path.join(local_files_dir, basepath), 1761 _move_file(os.path.join(patches_dir, patchdir, basepath), 2002 _move_file(os.path.join(origdir, fn), 2203 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
|