Home
last modified time | relevance | path

Searched refs:set_mobile_tap_name (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h201 void set_mobile_tap_name(const std::string& mobile_tap_name);
Dcuttlefish_config.cpp520 void CuttlefishConfig::set_mobile_tap_name(const std::string& mobile_tap_name) { in set_mobile_tap_name() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc412 tmp_config_obj.set_mobile_tap_name(FLAGS_mobile_tap_name); in InitializeCuttlefishConfiguration()