HomeSort by relevance Sort by last modified time
    Searched refs:altsep (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
genericpath.py 93 def _splitext(p, sep, altsep, extsep):
100 if altsep:
101 altsepIndex = p.rfind(altsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
  /external/python/cpython2/Lib/
genericpath.py 93 def _splitext(p, sep, altsep, extsep):
100 if altsep:
101 altsepIndex = p.rfind(altsep)
macpath.py 14 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
24 altsep = None variable
75 return genericpath._splitext(p, sep, altsep, extsep)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
  /external/python/cpython3/Lib/
genericpath.py 117 def _splitext(p, sep, altsep, extsep):
125 if altsep:
126 altsepIndex = p.rfind(altsep)
ntpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
144 altsep = b'/'
148 altsep = '/'
150 normp = p.replace(altsep, sep)
476 altsep = b'/'
482 altsep = '/'
492 path = path.replace(altsep, sep)
624 altsep = b'/'
628 altsep = '/
    [all...]
macpath.py 12 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
93 return genericpath._splitext(p, b':', altsep, b'.')
95 return genericpath._splitext(p, sep, altsep, extsep)
  /external/python/cpython2/Lib/plat-os2emx/
pwd.py 83 return path.replace(os.altsep, os.sep)
93 return conv.replace(os.altsep, os.sep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
195 return genericpath._splitext(p, sep, altsep, extsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socketserver.py 105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)

Completed in 922 milliseconds

1 2 3 4