Lines Matching full:path
29 scriptPath = os.path.join(os.path.dirname(__file__), "..")
30 sys.path.insert(0, scriptPath)
50 return os.path.basename(self.filename)
79 if not os.path.exists(fullDstPath):
101 fullDstPath = os.path.join(cacheDir, "git")
104 f = open(os.path.join(fullDstPath, filename), "rt")
118 if not os.path.exists(os.path.dirname(dstPath)):
119 os.makedirs(os.path.dirname(dstPath))
137 if os.path.exists(filename):
150 cacheDir = os.path.join(os.path.dirname(__file__), "cache")
151 cachePath = os.path.join(cacheDir, source.getCacheFilename())