Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h151 Command& SetExecutable(std::string executable) & { in SetExecutable() function
155 Command SetExecutable(std::string executable) && { in SetExecutable() function
156 return std::move(SetExecutable(executable)); in SetExecutable()
168 return SetExecutable(name).SetName(std::move(name)); in SetExecutableAndName()
/device/google/cuttlefish/host/commands/cvd/server_command/
Dfetch.cpp63 command.SetExecutable("/proc/self/exe"); in Handle()
Dutils.cpp83 command.SetExecutable(param.bin_path); in ConstructCommand()
/device/google/cuttlefish/host/commands/cvd/
Dreset_client_utils.cpp121 command.SetExecutable(stopper_path); in CreateStopCvdCommand()