Searched defs:altsep (Results 1 - 20 of 20) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos.py11 - 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/gdb/linux-x86/lib/python2.7/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos.py11 - 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/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos.py11 - 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/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos.py11 - 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

Completed in 1015 milliseconds