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.cc419 cuttlefish::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
430 cuttlefish::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
453 cuttlefish::Command proxy_command(config.socket_vsock_proxy_binary()); in LaunchTpmSimulator()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp503 std::string CuttlefishConfig::socket_vsock_proxy_binary() const { in socket_vsock_proxy_binary() function in cuttlefish::CuttlefishConfig
508 const std::string& socket_vsock_proxy_binary) { in set_socket_vsock_proxy_binary() argument
509 (*dictionary_)[kSocketVsockProxyBinary] = socket_vsock_proxy_binary; in set_socket_vsock_proxy_binary()
Dcuttlefish_config.h213 std::string socket_vsock_proxy_binary() const;