Home
last modified time | relevance | path

Searched refs:buildCfg (Results 1 – 2 of 2) sorted by relevance

/external/deqp/scripts/
Dbuild_caselists.py65 def getModulesPath (buildCfg): argument
66 return os.path.join(buildCfg.getBuildDir(), "modules")
68 def getBuiltModules (buildCfg): argument
70 modulesDir = getModulesPath(buildCfg)
83 def getCaseListPath (buildCfg, module, caseListType): argument
84 …return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseList…
86 def genCaseList (buildCfg, generator, module, caseListType): argument
87 workDir = os.path.join(getModulesPath(buildCfg), module.dirName)
92 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
97 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType): argument
[all …]
Dbuild_android_mustpass.py124 buildCfg = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")
126 build(buildCfg, generator, [module.binName])
127 genCaseList(buildCfg, generator, module, "txt")
129 return readCaseList(getCaseListPath(buildCfg, module, "txt"))