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

  /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)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
trace.py 216 if os.altsep:
217 base = base.replace(os.altsep, ".")
zipfile.py     [all...]
os.py 11 - os.altsep is the alternate pathname separator (None or '/')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
  /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)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
trace.py 216 if os.altsep:
217 base = base.replace(os.altsep, ".")
zipfile.py     [all...]
os.py 11 - os.altsep is the alternate pathname separator (None or '/')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
  /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)
  /prebuilts/python/linux-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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /external/chromium_org/third_party/jinja2/
loaders.py 31 or (path.altsep and path.altsep in piece) or \

Completed in 459 milliseconds