Home
last modified time | relevance | path

Searched refs:mobile_tap_name (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp89 LogAndSetEnv("mobile_tap_name", config_->mobile_tap_name()); in StartCommand()
Dcrosvm_manager.cpp106 AddTapFdParameter(&command, config_->mobile_tap_name()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h200 std::string mobile_tap_name() const;
201 void set_mobile_tap_name(const std::string& mobile_tap_name);
Dcuttlefish_config.cpp517 std::string CuttlefishConfig::mobile_tap_name() const { in mobile_tap_name() function in vsoc::CuttlefishConfig
520 void CuttlefishConfig::set_mobile_tap_name(const std::string& mobile_tap_name) { in set_mobile_tap_name() argument
521 (*dictionary_)[kMobileTapName] = mobile_tap_name; in set_mobile_tap_name()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc81 DEFINE_string(mobile_tap_name, "", // default handled on ParseCommandLine