Lines Matching full:base_path
1085 def get_path(base_path, user_path):1088 If user_path is relative, append it to base_path.1091 @param base_path: The base path of relative user specified paths.1097 return os.path.join(base_path, user_path)