Lines Matching refs:relpath

330     relpath = os.path.relpath(dst, base_outdir)
331 if relpath.startswith('..'):
333 dst = os.path.join(dry_run_outdir, relpath)
403 ret.extend([os.path.relpath(os.path.join(root, fname), directory) for
464 relpth = os.path.relpath(root, local_files_dir)
474 back_relpth = os.path.relpath(local_files_dir, root)
634 srcsubdir_rel = os.path.relpath(srcsubdir, os.path.join(tempdir, 'workdir'))
705 md5_str = '%s|%s|%s\n' % (recipename, os.path.relpath(fn, config.workspace_path), md5)
774 srcsubdir = os.path.relpath(s, workdir).split(os.sep, 1)[1]
1158 relbpndir = os.path.relpath(bpndir, config.workspace_path) + '/'
1162 relbpdir = os.path.relpath(bpdir, config.workspace_path) + '/'
1172 if splitentry[1] == os.path.relpath(append, config.workspace_path):
1173 splitentry[1] = os.path.relpath(newappend, config.workspace_path)
1176 elif splitentry[1] == os.path.relpath(recipefile, config.workspace_path):
1177 splitentry[1] = os.path.relpath(newfile, config.workspace_path)
1181 …splitentry[1] = os.path.relpath(os.path.join(newbpndir, splitentry[1][len(relbpndir):]), config.wo…
1183 …splitentry[1] = os.path.relpath(os.path.join(newbpdir, splitentry[1][len(relbpdir):]), config.work…
1496 fpath = os.path.join(srctree, os.path.relpath(fworkpath, s))
1510 relpth = os.path.relpath(entry, recipedir)
1625 relpatchdir = os.path.relpath(srctreebase, srctree)
2107 origrelpath = os.path.relpath(origpath, origlayerpath)
2133 removed = [os.path.relpath(pth, recipedir) for pth in removed]
2155 relpth = os.path.relpath(os.path.dirname(srcpath), recipedir)
2166 relf = os.path.relpath(outf, dry_run_outdir)