Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dglob.py25 if os.path.lexists(pathname):
70 if os.path.lexists(os.path.join(dirname, basename)):
Dposixpath.py140 def lexists(path): function
Dntpath.py217 lexists = exists variable
Dtarfile.py2242 if os.path.lexists(targetpath):
2248 if os.path.lexists(targetpath):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py44 if os.path.lexists(backup):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_genericpath.py116 self.assertIs(self.pathmodule.lexists(test_support.TESTFN),
Dtest_posixpath.py96 self.assertIs(posixpath.lexists(test_support.TESTFN + "2"), True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py222 lexists = exists variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py245 lexists = exists variable
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py527 if not os.path.lexists(linkdst):