Searched refs:_move_file (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 349 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): function 1581 _move_file(os.path.join(local_files_dir, basepath), path, 1587 _move_file(os.path.join(local_files_dir, basepath), 1716 _move_file(os.path.join(local_files_dir, basepath), path, 1738 _move_file(patchfn, path, 1744 _move_file(os.path.join(local_files_dir, basepath), 1753 _move_file(os.path.join(patches_dir, patchdir, basepath), 1990 _move_file(os.path.join(origdir, fn), 2193 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
|