Searched refs:MakeProcess (Results 1 – 1 of 1) sorted by relevance
27 static gpr_subprocess* MakeProcess(const std::vector<std::string>& args) { in MakeProcess() function36 : subprocess_(MakeProcess(args)) {} in SubProcess()