Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.cc73 options.WithControlSocket(true); in StartSubprocess()
158 options.WithControlSocket(true); in RestartOnExitCb()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h92 void WithControlSocket(bool with_control_socket) { in WithControlSocket() function
106 bool WithControlSocket() const { return with_control_socket_; } in WithControlSocket() function
Dsubprocess.cpp230 if (options.WithControlSocket()) { in Start()