Home | History | Annotate | Download | only in bench

Lines Matching full:relative_path

156 def get_abs_path(relative_path):
167 if os.path.isabs(relative_path):
168 return relative_path
169 path_parts = relative_path.split(os.sep)