Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc321 cvd::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
332 cvd::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp673 std::string CuttlefishConfig::socket_vsock_proxy_binary() const { in socket_vsock_proxy_binary() function in vsoc::CuttlefishConfig
678 const std::string& socket_vsock_proxy_binary) { in set_socket_vsock_proxy_binary() argument
679 (*dictionary_)[kSocketVsockProxyBinary] = socket_vsock_proxy_binary; in set_socket_vsock_proxy_binary()
Dcuttlefish_config.h212 std::string socket_vsock_proxy_binary() const;