Lines Matching refs:relpath
271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument
288 relfn = os.path.relpath(fn, relpath)
337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument
382 patchdata = patch_recipe_file(f, vals, patch, relpath, redirect_output)
439 relpath = os.path.relpath(path, bb_dir)
440 subdir = os.path.join(tgt_dir, os.path.dirname(relpath))
443 shutil.copy2(path, os.path.join(tgt_dir, relpath))
444 copied.append(relpath)
492 ret[os.path.relpath(fileabspath,srcdir)] = fileabspath
636 …appendpath = os.path.join(destlayerdir, os.path.relpath(os.path.dirname(recipefile), origlayerdir)…
652 appendsubdir = os.path.relpath(os.path.dirname(closepath), destlayerdir)