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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 257 void set_vnc_server_binary(const std::string& vnc_server_binary);
258 std::string vnc_server_binary() const;
cuttlefish_config.cpp 136 const char* kVncServerBinary = "vnc_server_binary";
656 std::string CuttlefishConfig::vnc_server_binary() const { function in class:vsoc::CuttlefishConfig
661 const std::string& vnc_server_binary) {
662 (*dictionary_)[kVncServerBinary] = vnc_server_binary;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 215 cvd::Command vnc_server(config.vnc_server_binary());
flags.cc 101 DEFINE_string(vnc_server_binary,

Completed in 48 milliseconds