Home | History | Annotate | Download | only in execserver

Lines Matching refs:Win32TestProcess

629 Win32TestProcess::Win32TestProcess (void)
638 Win32TestProcess::~Win32TestProcess (void)
643 void Win32TestProcess::start (const char* name, const char* params, const char* workingDir, const char* caseList)
705 void Win32TestProcess::terminate (void)
715 printf("Win32TestProcess::terminate(): Failed to kill process: %s\n", e.what());
720 void Win32TestProcess::cleanup (void)
746 printf("Win32TestProcess::cleanup(): Failed to kill process: %s\n", e.what());
754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes)
776 bool Win32TestProcess::isRunning (void)
784 int Win32TestProcess::getExitCode (void) const