Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/
Dutils.h56 IfaceType StrToIfaceTy(const std::string& iface);
Dutils.cpp181 IfaceType StrToIfaceTy(const std::string& iface) { in StrToIfaceTy() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc108 auto ty = StrToIfaceTy(resp_list[i]["iface_type"].asString()); in AllocateNetworkInterfaces()