Lines Matching refs:path
14 def ensureExists(path):
16 os.makedirs(path)
21 ensureExists(os.path.dirname(fileName))
44 gnFile = os.path.join("out", outDir, "build.ninja.d")
45 if os.path.exists(gnFile):
46 slnFile = os.path.join("out", outDir, "all.sln")
47 configs.append((outDir, os.path.exists(slnFile)))
124 srcProjPath = os.path.join("out", projConfigs[0][0], projConfigs[0][1])
125 dstProjPath = os.path.join("out", "sln", projConfigs[0][1])
130 ensureExists(os.path.dirname(dstProjPath))
147 configIdgLines = extractIdg(os.path.join("out",