Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp129 const char* const filenamePattern = cmdLine.getCaseListExportFile(); in writeXmlCaselistsToFiles()
185 const char* const filenamePattern = cmdLine.getCaseListExportFile(); in writeTxtCaselistsToFiles()
DtcuCommandLine.hpp119 const char* getCaseListExportFile (void) const;
DtcuCommandLine.cpp808 const char* CommandLine::getCaseListExportFile (void) const { return m_cmdLine.getOption<opt::E… in getCaseListExportFile() function in tcu::CommandLine