Searched refs:WithControlSocket (Results 1 – 3 of 3) sorted by relevance
73 options.WithControlSocket(true); in StartSubprocess()158 options.WithControlSocket(true); in RestartOnExitCb()
92 void WithControlSocket(bool with_control_socket) { in WithControlSocket() function106 bool WithControlSocket() const { return with_control_socket_; } in WithControlSocket() function
230 if (options.WithControlSocket()) { in Start()