Searched refs:Win32TestProcess (Results 1 – 3 of 3) sorted by relevance
179 class Win32TestProcess : public TestProcess class182 Win32TestProcess (void);183 virtual ~Win32TestProcess (void);196 Win32TestProcess (const Win32TestProcess& other);197 Win32TestProcess& operator= (const Win32TestProcess& other);
629 Win32TestProcess::Win32TestProcess (void) in Win32TestProcess() function in xs::Win32TestProcess638 Win32TestProcess::~Win32TestProcess (void) in ~Win32TestProcess()643 void Win32TestProcess::start (const char* name, const char* params, const char* workingDir, const c… in start()705 void Win32TestProcess::terminate (void) in terminate()720 void Win32TestProcess::cleanup (void) in cleanup()754 int Win32TestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog()776 bool Win32TestProcess::isRunning (void) in isRunning()784 int Win32TestProcess::getExitCode (void) const in getExitCode()
58 xs::Win32TestProcess testProcess; in main()