Lines Matching full:relative_path
156 def get_abs_path(relative_path):167 if os.path.isabs(relative_path):168 return relative_path169 path_parts = relative_path.split(os.sep)