Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.cpp67 bool with_control_socket) { in subprocess_impl() argument
72 if (with_control_socket) { in subprocess_impl()
235 Subprocess Command::Start(bool with_control_socket) const { in Start()
239 with_control_socket); in Start()
243 with_control_socket); in Start()
Dsubprocess.h127 Subprocess Start(bool with_control_socket = false) const;