Home | History | Annotate | Download | only in Lib

Lines Matching full:result_path

87         result_drive, result_path = splitdrive(path)
94 result_path = p_path
100 result_path = p_path
105 if result_path and result_path[-1] not in seps:
106 result_path = result_path + sep
107 result_path = result_path + p_path
109 if (result_path and result_path[0] not in seps and
111 return result_drive + sep + result_path
112 return result_drive + result_path