Home
last modified time | relevance | path

Searched refs:lexists (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Lib/
Dglob.py41 if os.path.lexists(pathname):
92 if os.path.lexists(os.path.join(dirname, basename)):
Dos2emxpath.py102 lexists = exists variable
Dmacpath.py111 def lexists(path): function
Dposixpath.py142 def lexists(path): function
Dntpath.py227 lexists = exists variable
Dtarfile.py2278 if os.path.lexists(targetpath):
2284 if os.path.lexists(targetpath):
/external/python/cpython2/Lib/ctypes/test/
Dtest_find.py71 self.assertFalse(os.path.lexists(test_support.TESTFN))
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py214 lexists = exists variable
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py205 os.path.lexists(dest) and os.remove(dest)
/external/python/cpython2/Lib/lib2to3/
Dmain.py90 if os.path.lexists(backup):
/external/python/cpython2/Lib/test/
Dtest_genericpath.py116 self.assertIs(self.pathmodule.lexists(test_support.TESTFN),
Dtest_posixpath.py114 self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
/external/python/cpython2/Tools/scripts/
Dpindent.py378 if os.path.lexists(backup):
/external/python/cpython2/Doc/library/
Dos.path.rst80 .. function:: lexists(path)
/external/autotest/site_utils/
Dgs_offloader_unittest.py929 self.assertFalse(os.path.lexists(symlink))
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1231 * Another new function: :func:`os.path.lexists(path)` returns true if the file
/external/python/cpython2/Misc/
DHISTORY2564 - Patch #941486: added os.path.lexists(), which returns True for broken
3354 - Bug #1266283: The new function "lexists" is now in os.path.__all__.