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

/external/python/cpython2/Lib/
H A Dos2emxpath.py12 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
17 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
157 # realpath is a no-op on systems without islink support
H A Dmacpath.py12 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
99 def islink(s): function
183 if isdir(name) and not islink(name):
197 # realpath is a no-op on systems without islink support
H A Dntpath.py19 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
220 def islink(path): function
497 # realpath is a no-op on systems without islink support
H A Dposixpath.py23 "getatime","getctime","islink","exists","lexists","isdir","isfile",
132 def islink(path): function
184 if islink(path):
400 if not islink(newpath):
/external/python/cpython2/Mac/scripts/
H A Dbuildpkg.py54 from os.path import basename, dirname, join, islink, isdir, isfile namespace
109 if isdir(fullname) and not islink(fullname):
/external/python/cpython3/Lib/
H A Dmacpath.py10 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
119 def islink(s): function
191 # realpath is a no-op on systems without islink support
H A Dntpath.py16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
247 def islink(path): function
553 # realpath is a no-op on systems without islink support
H A Dposixpath.py21 "getatime","getctime","islink","exists","lexists","isdir","isfile",
166 def islink(path): function
420 if not islink(newpath):
/external/python/cpython2/Demo/pdist/
H A DFSProxy.py73 if os.path.islink(name): return 0
135 def islink(self, name): member in class:FSProxyLocal
136 return self.visible(name) and os.path.islink(name)
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py237 def islink(p): function
243 ismount= islink
321 # realpath is a no-op on systems without islink support
377 if isdir(name) and not islink(name):

Completed in 268 milliseconds