Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp10 int RunExternalCommand(const std::string& command) { in RunExternalCommand() function
42 int status = RunExternalCommand(add_command); in AddTapIface()
51 int status = RunExternalCommand(link_command); in ShutdownIface()
61 int status = RunExternalCommand(link_command); in BringUpIface()
166 int status = RunExternalCommand(command); in AddGateway()
177 int status = RunExternalCommand(command); in DestroyGateway()
237 int status = RunExternalCommand(command); in EbtablesBroute()
254 int status = RunExternalCommand(command); in EbtablesFilter()
264 int status = RunExternalCommand(command); in LinkTapToBridge()
290 int status = RunExternalCommand(link_command); in DeleteIface()
[all …]
Dalloc_utils.h65 int RunExternalCommand(const std::string& command);