Searched refs:SetEnvironment (Results 1 – 2 of 2) sorted by relevance
205 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment() function209 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment() function210 return std::move(SetEnvironment(std::move(env))); in SetEnvironment()
629 cmd.SetEnvironment(*envs); in ExecuteImpl()