Searched refs:SetExecutable (Results 1 – 4 of 4) sorted by relevance
151 Command& SetExecutable(std::string executable) & { in SetExecutable() function155 Command SetExecutable(std::string executable) && { in SetExecutable() function156 return std::move(SetExecutable(executable)); in SetExecutable()168 return SetExecutable(name).SetName(std::move(name)); in SetExecutableAndName()
63 command.SetExecutable("/proc/self/exe"); in Handle()
83 command.SetExecutable(param.bin_path); in ConstructCommand()
121 command.SetExecutable(stopper_path); in CreateStopCvdCommand()