Lines Matching refs:altsep
16 altsep = '/' variable
147 altsep = b'/'
151 altsep = '/'
153 normp = p.replace(altsep, sep)
468 altsep = b'/'
474 altsep = '/'
485 path = path.replace(altsep, sep)
758 altsep = b'/'
762 altsep = '/'
766 drivesplits = [splitdrive(p.replace(altsep, sep).lower()) for p in paths]
780 drive, path = splitdrive(paths[0].replace(altsep, sep))