Searched refs:getCaseListFileName (Results 1 – 2 of 2) sorted by relevance
/external/deqp/scripts/ |
D | build_caselists.py | 80 def getCaseListFileName (module, caseListType): function 84 …return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseList… 98 caseListFile = getCaseListFileName(module, caseListType)
|
D | build_android_mustpass.py | 102 def getCaseListFileName (package, configuration): function 106 return os.path.join(CTS_DATA_DIR, mustpass.version, getCaseListFileName(package, configuration)) 317 caseListFile = getCaseListFileName(package, config),
|