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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.cpp 99 const char* kMobileTapName = "mobile_tap_name";
311 std::string CuttlefishConfig::mobile_tap_name() const { function in class:vsoc::CuttlefishConfig
314 void CuttlefishConfig::set_mobile_tap_name(const std::string& mobile_tap_name) {
315 (*dictionary_)[kMobileTapName] = mobile_tap_name;
cuttlefish_config.h 136 std::string mobile_tap_name() const;
137 void set_mobile_tap_name(const std::string& mobile_tap_name);
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 315 ConfigureNIC(devices, config->mobile_tap_name(), config->mobile_bridge_name(),
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 105 DEFINE_string(mobile_tap_name, GetPerInstanceDefault("amobile"),

Completed in 540 milliseconds