Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp40 auto add_command = ss.str(); in AddTapIface() local
41 LOG(INFO) << "Create tap interface: " << add_command; in AddTapIface()
42 int status = RunExternalCommand(add_command); in AddTapIface()