Home
last modified time | relevance | path

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

/external/angle/util/posix/
Dtest_utils_posix.cpp105 class PosixProcess : public Process class
108 PosixProcess(const std::vector<const char *> &commandLineArgs, in PosixProcess() function in angle::__anon527cec690111::PosixProcess
218 ~PosixProcess() override {} in ~PosixProcess()
436 return new PosixProcess(args, captureOutput); in LaunchProcess()