Lines Matching refs:destpath
1264 def _remove_source_files(append, files, destpath, no_report_remove=False, dry_run=False): argument
1271 if not destpath:
1273 path = os.path.join(destpath, os.path.basename(path))
1539 destpath = None
1576 appendfile, destpath = oe.recipeutils.bbappend_recipe(
1610 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
1674 destpath = None
1690 appendfile, destpath = oe.recipeutils.bbappend_recipe(
1759 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
2108 destpath = oe.recipeutils.get_bbfile_path(rd, destlayerdir, origrelpath)
2109 if not destpath:
2119 destpath = None
2123 destpath = None
2147 if origlayerdir == config.workspace_path and destpath:
2151 logger.info('Moving recipe file to %s%s' % (destpath, dry_run_suffix))
2156 destdir = os.path.abspath(os.path.join(destpath, relpth))
2158 _move_file(srcpath, destfp, dry_run_outdir=dry_run_outdir, base_outdir=destpath)
2169 if origfilelist and origpath and destpath:
2175 … os.path.abspath(os.path.join(destpath, relf))))
2187 if destpath:
2188 recipedest = destpath