Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc295 cvd::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
305 cvd::Command adb_tunnel(config.socket_vsock_proxy_binary()); in LaunchSocketVsockProxyIfEnabled()
Dflags.cc125 DEFINE_string(socket_vsock_proxy_binary,
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp741 std::string CuttlefishConfig::socket_vsock_proxy_binary() const { in socket_vsock_proxy_binary() function in vsoc::CuttlefishConfig
746 const std::string& socket_vsock_proxy_binary) { in set_socket_vsock_proxy_binary() argument
747 (*dictionary_)[kSocketVsockProxyBinary] = socket_vsock_proxy_binary; in set_socket_vsock_proxy_binary()
Dcuttlefish_config.h285 std::string socket_vsock_proxy_binary() const;