Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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::__anon3476ab210111::WindowsProcess
251 ~WindowsProcess() override in ~WindowsProcess()
400 return new WindowsProcess(args, captureStdout, captureStderr); in LaunchProcess()