Home
last modified time | relevance | path

Searched refs:StrForInstance (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc28 static std::string StrForInstance(const std::string& prefix, int num) { in StrForInstance() function
36 config.mobile_tap.name = StrForInstance("cvd-mtap-", num); in DefaultNetworkInterfaces()
40 config.bridged_wireless_tap.name = StrForInstance("cvd-wtap-", num); in DefaultNetworkInterfaces()
44 config.non_bridged_wireless_tap.name = StrForInstance("cvd-wifiap-", num); in DefaultNetworkInterfaces()
48 config.ethernet_tap.name = StrForInstance("cvd-etap-", num); in DefaultNetworkInterfaces()
Dflags.cc546 std::string StrForInstance(const std::string& prefix, int num) { in StrForInstance() function
1540 instance.set_mobile_bridge_name(StrForInstance("cvd-mbr-", num)); in InitializeCuttlefishConfiguration()