Searched refs:_move_file (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | devtool-source.bbclass | 78 def _move_file(src, dst): 119 _move_file(os.path.join(workdir, fname), 134 _move_file(os.path.join(workdir, path),
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 343 def _move_file(src, dst, dry_run_outdir=None, base_outdir=None): function 860 … _move_file(os.path.join(workdir, fname), os.path.join(srctree, 'oe-local-files', fname)) 1589 _move_file(os.path.join(local_files_dir, basepath), path, 1594 _move_file(os.path.join(local_files_dir, basepath), 1709 _move_file(os.path.join(local_files_dir, basepath), path, 1723 _move_file(patchfn, path, 1729 _move_file(os.path.join(local_files_dir, basepath), 1737 _move_file(os.path.join(patches_dir, basepath), 1965 _move_file(os.path.join(origdir, fn), 2158 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
|