Searched defs:curdir (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",
22 curdir = '.' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
17 curdir = ':' variable
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
24 curdir = '.' variable
494 def relpath(path, start=curdir):
522 return curdir
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
H A Dos.py7 - os.curdir is a string representing the current directory ('.' or ':')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
22 curdir = '.' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
17 curdir = ':' variable
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
24 curdir = '.' variable
494 def relpath(path, start=curdir):
522 return curdir
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
H A Dos.py7 - os.curdir is a string representing the current directory ('.' or ':')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
22 curdir = '.' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
17 curdir = ':' variable
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
24 curdir = '.' variable
494 def relpath(path, start=curdir):
522 return curdir
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
H A Dos.py7 - os.curdir is a string representing the current directory ('.' or ':')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
22 curdir = '.' variable
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
17 curdir = ':' variable
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
24 curdir = '.' variable
494 def relpath(path, start=curdir):
522 return curdir
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
37 curdir = '.' variable
379 if not name or name == curdir:
416 def relpath(path, start=curdir):
430 return curdir
H A Dos.py7 - os.curdir is a string representing the current directory ('.' or ':')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists

Completed in 337 milliseconds