Home
last modified time | relevance | path

Searched refs:getCaseListExportFile (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp131 const char* const filenamePattern = cmdLine.getCaseListExportFile(); in writeXmlCaselistsToFiles()
189 const char* const filenamePattern = cmdLine.getCaseListExportFile(); in writeTxtCaselistsToFiles()
DtcuCommandLine.hpp142 const char* getCaseListExportFile (void) const;
DtcuCommandLine.cpp789 const char* CommandLine::getCaseListExportFile (void) const { return m_cmdLine.getOption<opt::… in getCaseListExportFile() function in tcu::CommandLine