Home
last modified time | relevance | path

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

12

/external/mesa3d/bin/
Dinstall_megadrivers.py49 if os.path.lexists(to):
56 if os.path.lexists(abs_driver):
67 if os.path.lexists(name):
78 if os.path.lexists(name):
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconfiguration.py152 if filecheck and os.path.lexists(filecheck):
159 if yaml2obj and os.path.lexists(yaml2obj):
/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
/external/python/setuptools/setuptools/
Dglob.py54 if os.path.lexists(pathname):
113 if os.path.lexists(os.path.join(dirname, basename)):
/external/python/cpython3/Lib/
Dglob.py46 if os.path.lexists(pathname):
94 if os.path.lexists(os.path.join(dirname, basename)):
Dposixpath.py174 def lexists(path): function
/external/python/cpython3/Lib/test/
Dtest_genericpath.py147 self.assertIs(self.pathmodule.lexists(filename), True)
148 self.assertIs(self.pathmodule.lexists(bfilename), True)
150 self.assertIs(self.pathmodule.lexists(filename + '\udfff'), False)
151 self.assertIs(self.pathmodule.lexists(bfilename + b'\xff'), False)
152 self.assertIs(self.pathmodule.lexists(filename + '\x00'), False)
153 self.assertIs(self.pathmodule.lexists(bfilename + b'\x00'), False)
Dtest_posixpath.py156 self.assertIs(posixpath.lexists(support.TESTFN + "2"), False)
168 self.assertIs(posixpath.lexists(support.TESTFN + "2"), True)
668 self.assertPathEqual(self.path.lexists)
/external/python/cpython2/Lib/ctypes/test/
Dtest_find.py71 self.assertFalse(os.path.lexists(test_support.TESTFN))
/external/python/cpython3/Lib/ctypes/test/
Dtest_find.py70 self.assertFalse(os.path.lexists(test.support.TESTFN))
/external/python/cpython3/Lib/venv/
D__init__.py192 bad_src = os.path.lexists(src) and not os.path.exists(src)
275 if os.path.lexists(src):
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py207 os.path.lexists(dest) and os.remove(dest)
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py214 lexists = exists variable
/external/skqp/tools/skqp/
Dmake_universal_apk.py66 elif os.path.lexists(p):
/external/python/cpython2/Lib/lib2to3/
Dmain.py90 if os.path.lexists(backup):
/external/python/cpython3/Lib/lib2to3/
Dmain.py90 if os.path.lexists(backup):
/external/skia/tools/skqp/
Dcreate_apk.py72 elif os.path.lexists(p):
/external/python/cpython2/Lib/test/
Dtest_genericpath.py116 self.assertIs(self.pathmodule.lexists(test_support.TESTFN),
/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dmsan_build.py207 if os.path.lexists(target_file_path):
/external/perfetto/tools/
Dheap_profile581 if os.path.lexists(symlink_path):
/external/python/cpython3/Tools/scripts/
Dpindent.py376 if os.path.lexists(backup):

12