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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
100 # alias exists to lexists
101 lexists = exists variable
H A Dmacpath.py11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
110 def lexists(path): function
H A Dntpath.py18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
216 # alias exists to lexists
217 lexists = exists variable
H A Dposixpath.py30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
149 def lexists(path): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py16 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
100 # alias exists to lexists
101 lexists = exists variable
H A Dmacpath.py11 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
110 def lexists(path): function
H A Dntpath.py18 "getatime","getctime", "islink","exists","lexists","isdir","isfile",
216 # alias exists to lexists
217 lexists = exists variable
H A Dposixpath.py30 "getatime","getctime","islink","exists","lexists","isdir","isfile",
149 def lexists(path): function

Completed in 142 milliseconds