Lines Matching refs:exists
60 if os.path.exists(readonlydir):
62 if os.path.exists(fullDstPath):
89 if os.path.exists(archiveDir):
94 if os.path.exists(archiveFile):
105 if os.path.exists(extractedChecksumFile):
142 if not os.path.exists(os.path.dirname(dstPath)):
159 if os.path.exists(tmpPath):
173 if not os.path.exists(dstPath):
177 if os.path.exists(os.path.join(dstPath, entry)):
178 raise Exception("%s exists already" % entry)
201 if os.path.exists(file):
235 if not os.path.exists(os.path.dirname(dstPath)):
250 if not os.path.exists(os.path.join(fullDstPath, '.git')):