Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dnetwork.h35 std::set<std::string> TapInterfacesInUse();
Dnetwork.cpp142 std::set<std::string> TapInterfacesInUse() { in TapInterfacesInUse() function
/device/google/cuttlefish/host/commands/run_cvd/
Dvalidate.cpp34 auto taps = TapInterfacesInUse(); in TestTapDevices()