Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h205 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment() function
209 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment() function
210 return std::move(SetEnvironment(std::move(env))); in SetEnvironment()
Dsubprocess.cpp629 cmd.SetEnvironment(*envs); in ExecuteImpl()