Lines Matching refs:path
50 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}")
68 return os.path.join(buildCfg.getBuildDir(), "modules")
75 fullPath = os.path.join(modulesDir, module.dirName)
76 if os.path.exists(fullPath) and os.path.isdir(fullPath):
85 return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseListType))
88 workDir = os.path.join(getModulesPath(buildCfg), module.dirName)
93 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
101 dstPath = os.path.join(dstDir, caseListFile)
103 if os.path.exists(srcPath):
108 if not os.path.exists(srcPath):