/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | genericpath.py | 85 def _splitext(p, sep, altsep, extsep): argument 92 if altsep: 93 altsepIndex = p.rfind(altsep)
|
D | ntpath.py | 29 altsep = '/' variable 35 altsep = '/' variable 190 return genericpath._splitext(p, sep, altsep, extsep)
|
D | posixpath.py | 35 altsep = None variable 96 return genericpath._splitext(p, sep, altsep, extsep)
|
D | trace.py | 216 if os.altsep: 217 base = base.replace(os.altsep, ".")
|
D | os.py | 120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
|
D | zipfile.py | 971 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/ |
D | genericpath.py | 93 def _splitext(p, sep, altsep, extsep): argument 100 if altsep: 101 altsepIndex = p.rfind(altsep)
|
D | zipfile.py | 1050 if os.path.altsep: 1051 arcname = arcname.replace(os.path.altsep, os.path.sep) 1131 while arcname[0] in (os.sep, os.altsep):
|
D | shutil.py | 262 sep = os.path.sep + (os.path.altsep or '')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 43 altsep = '/' variable 49 altsep = '/' variable 132 normp = p.replace(altsep, sep) 218 return genericpath._splitext(p, sep, altsep, extsep)
|
D | os.py | 147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_socketserver.py | 100 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/ |
D | ntpath.py | 29 altsep = '/' variable 35 altsep = '/' variable 195 return genericpath._splitext(p, sep, altsep, extsep)
|
D | os.py | 134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
|