Searched refs:_move_file (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/classes/ |
H A D | devtool-source.bbclass | 84 def _move_file(src, dst): 125 _move_file(os.path.join(workdir, fname), 140 _move_file(os.path.join(workdir, path),
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 350 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): function 867 … _move_file(os.path.join(workdir, fname), os.path.join(srctree, 'oe-local-files', fname)) 1650 _move_file(os.path.join(local_files_dir, basepath), path, 1655 _move_file(os.path.join(local_files_dir, basepath), 1783 _move_file(os.path.join(local_files_dir, basepath), path, 1805 _move_file(patchfn, path, 1811 _move_file(os.path.join(local_files_dir, basepath), 1820 _move_file(os.path.join(patches_dir, patchdir, basepath), 2057 _move_file(os.path.join(origdir, fn), 2260 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
|