HomeSort by relevance Sort by last modified time
    Searched refs:socket_forward_proxy_binary (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 284 cvd::Command adb_tunnel(config.socket_forward_proxy_binary());
flags.cc 122 DEFINE_string(socket_forward_proxy_binary,
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 282 std::string socket_forward_proxy_binary() const;
cuttlefish_config.cpp 147 const char* kSocketForwardProxyBinary = "socket_forward_proxy_binary";
732 std::string CuttlefishConfig::socket_forward_proxy_binary() const { function in class:vsoc::CuttlefishConfig
737 const std::string& socket_forward_proxy_binary) {
738 (*dictionary_)[kSocketForwardProxyBinary] = socket_forward_proxy_binary;

Completed in 88 milliseconds