Lines Matching refs:SubprocessProtocol
140 SubprocessType type, SubprocessProtocol protocol);
178 SubprocessProtocol protocol_;
191 SubprocessType type, SubprocessProtocol protocol) in Subprocess()
202 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) { in Subprocess()
289 if (protocol_ == SubprocessProtocol::kShell && in ForkAndExec()
351 if (protocol_ == SubprocessProtocol::kNone) { in ForkAndExec()
701 static int ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError()
709 if (protocol == SubprocessProtocol::kShell) { in ReportError()
718 if (protocol == SubprocessProtocol::kShell) { in ReportError()
732 SubprocessType type, SubprocessProtocol protocol) { in StartSubprocess()
735 protocol == SubprocessProtocol::kNone ? "none" : "shell", in StartSubprocess()