Lines Matching refs:altsep
16 altsep = '/'
31 "curdir","pardir","sep","pathsep","defpath","altsep",
92 altsep = b'/'
96 altsep = '/'
98 s = s[:3].replace(altsep, sep)
177 altsep = b'/'
182 altsep = '/'
185 normp = p.replace(altsep, sep)
501 altsep = b'/'
506 altsep = '/'
509 path = path.replace(altsep, sep)
806 altsep = b'/'
810 altsep = '/'
814 drivesplits = [splitdrive(p.replace(altsep, sep).lower()) for p in paths]
828 drive, path = splitdrive(paths[0].replace(altsep, sep))