Lines Matching refs:path
114 if os.path.exists(source):
172 if os.path.exists(sfn):
173 if os.path.exists(dfn):
177 if os.path.exists(dfn):
191 if os.path.exists(self.baseFilename) and not os.path.isfile(self.baseFilename):
263 # path object (see Issue #27493), but self.baseFilename will be a string
265 if os.path.exists(filename):
354 if os.path.exists(self.baseFilename) and not os.path.isfile(self.baseFilename):
369 dirName, baseName = os.path.split(self.baseFilename)
373 n, e = os.path.splitext(baseName)
396 result.append(os.path.join(dirName, fileName))
433 if os.path.exists(dfn):
498 # Reduce the chance of race conditions by stat'ing by path only
503 # stat the file by path, checking for existence
1116 dllname = os.path.split(self._welu.__file__)
1117 dllname = os.path.split(dllname[0])
1118 dllname = os.path.join(dllname[0], r'win32service.pyd')