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

  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 106 AddTapFdParameter(&command, config_->mobile_tap_name());
qemu_manager.cpp 89 LogAndSetEnv("mobile_tap_name", config_->mobile_tap_name());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 200 std::string mobile_tap_name() const;
201 void set_mobile_tap_name(const std::string& mobile_tap_name);
cuttlefish_config.cpp 116 const char* kMobileTapName = "mobile_tap_name";
517 std::string CuttlefishConfig::mobile_tap_name() const { function in class:vsoc::CuttlefishConfig
520 void CuttlefishConfig::set_mobile_tap_name(const std::string& mobile_tap_name) {
521 (*dictionary_)[kMobileTapName] = mobile_tap_name;
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 81 DEFINE_string(mobile_tap_name, "", // default handled on ParseCommandLine
491 SetCommandLineOptionWithMode("mobile_tap_name",
517 SetCommandLineOptionWithMode("mobile_tap_name",

Completed in 139 milliseconds