Lines Matching refs:rel_path
117 def get_upstream_path(version, rel_path): argument
119 return '{}/{}/{}'.format(upstreams, version, rel_path)
122 def get_ojluni_path(rel_path): argument
125 android_build_top, rel_path)
252 def __init__(self, repo_dir, rel_path, resolve_dir): argument
257 self.rel_path = rel_path
279 full_path = get_upstream_path(version, self.rel_path)
292 full_path = get_ojluni_path(self.rel_path)
316 dst_path = get_ojluni_path(self.rel_path)
318 src_path += '/' + os.path.basename(self.rel_path)
324 .format(self.rel_path, target_version,
398 merger = Merger(args.work_dir, args.rel_path[0], args.resolve_dir)