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)
441 relpath = os.path.relpath(path, bb_dir)
442 subdir = os.path.join(tgt_dir, os.path.dirname(relpath))
445 shutil.copy2(path, os.path.join(tgt_dir, relpath))
446 copied.append(relpath)
494 ret[os.path.relpath(fileabspath,srcdir)] = fileabspath
638 …appendpath = os.path.join(destlayerdir, os.path.relpath(os.path.dirname(recipefile), origlayerdir)…
654 appendsubdir = os.path.relpath(os.path.dirname(closepath), destlayerdir)