Searched refs:getLogFileName (Results 1 – 8 of 8) sorted by relevance
48 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
108 const char* getLogFileName (void) const;
776 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFil… in getLogFileName() function in tcu::CommandLine
45 , m_log (m_cmdLine.getLogFileName()) in TestThread()
129 public String getLogFileName () { in getLogFileName() method in RemoteAPI
138 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in RunDEQPTest()
137 const char* getLogFileName (void) const { return m_logFileName.c_str(); }334 m_log = new tcu::TestLog(m_testProcess.getLogFileName());
300 public String getLogFileName() { in getLogFileName() method in ServerLog