Lines Matching refs:altsep
16 altsep = '/' variable
145 altsep = b'/'
149 altsep = '/'
151 normp = p.replace(altsep, sep)
455 altsep = b'/'
461 altsep = '/'
471 path = path.replace(altsep, sep)
601 altsep = b'/'
605 altsep = '/'
609 drivesplits = [splitdrive(p.replace(altsep, sep).lower()) for p in paths]
623 drive, path = splitdrive(paths[0].replace(altsep, sep))