Searched refs:SetEnvironment (Results 1 – 3 of 3) sorted by relevance
209 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment() function213 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment() function214 return std::move(SetEnvironment(std::move(env))); in SetEnvironment()
650 cmd.SetEnvironment(*envs); in ExecuteImpl()
621 ikconfig_cmd.SetEnvironment({new_path}); in ReadGuestConfig()