Home
last modified time | relevance | path

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

/external/angle/util/windows/
Dtest_utils_win.cpp133 class WindowsProcess : public Process class
136 WindowsProcess(const std::vector<const char *> &commandLineArgs, in WindowsProcess() function in angle::__anon1d13e47c0111::WindowsProcess
261 ~WindowsProcess() override in ~WindowsProcess()
408 return new WindowsProcess(args, captureOutput); in LaunchProcess()