Home
last modified time | relevance | path

Searched refs:altsep (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgenericpath.py85 def _splitext(p, sep, altsep, extsep): argument
92 if altsep:
93 altsepIndex = p.rfind(altsep)
Dntpath.py29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
Dposixpath.py35 altsep = None variable
96 return genericpath._splitext(p, sep, altsep, extsep)
Dtrace.py216 if os.altsep:
217 base = base.replace(os.altsep, ".")
Dos.py120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
Dzipfile.py971 if (targetpath[-1:] in (os.path.sep, os.path.altsep)
1039 while arcname[0] in (os.sep, os.altsep):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgenericpath.py93 def _splitext(p, sep, altsep, extsep): argument
100 if altsep:
101 altsepIndex = p.rfind(altsep)
Dzipfile.py1050 if os.path.altsep:
1051 arcname = arcname.replace(os.path.altsep, os.path.sep)
1131 while arcname[0] in (os.sep, os.altsep):
Dshutil.py262 sep = os.path.sep + (os.path.altsep or '')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py43 altsep = '/' variable
49 altsep = '/' variable
132 normp = p.replace(altsep, sep)
218 return genericpath._splitext(p, sep, altsep, extsep)
Dos.py147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socketserver.py100 if fn[0] in (os.sep, os.altsep):
103 fn = fn.replace(os.sep, os.altsep)
105 fn = fn.replace(os.altsep, os.sep)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py29 altsep = '/' variable
35 altsep = '/' variable
195 return genericpath._splitext(p, sep, altsep, extsep)
Dos.py134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,