Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dsubprocess.cc27 static gpr_subprocess* MakeProcess(const std::vector<std::string>& args) { in MakeProcess() function
36 : subprocess_(MakeProcess(args)) {} in SubProcess()