Searched defs:islink (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
H A Dmacpath.py11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
H A Dntpath.py18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
210 def islink(path): function
480 # realpath is a no-op on systems without islink support
H A Dposixpath.py30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
139 def islink(path): function
191 if islink(path):
392 if not islink(newpath):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
156 # realpath is a no-op on systems without islink support
H A Dmacpath.py11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
98 def islink(s): function
182 if isdir(name) and not islink(name):
196 # realpath is a no-op on systems without islink support
H A Dntpath.py18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
210 def islink(path): function
480 # realpath is a no-op on systems without islink support
H A Dposixpath.py30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
139 def islink(path): function
191 if islink(path):
392 if not islink(newpath):

Completed in 434 milliseconds