Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h209 Command& SetEnvironment(std::vector<std::string> env) & { in SetEnvironment() function
213 Command SetEnvironment(std::vector<std::string> env) && { in SetEnvironment() function
214 return std::move(SetEnvironment(std::move(env))); in SetEnvironment()
Dsubprocess.cpp650 cmd.SetEnvironment(*envs); in ExecuteImpl()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc621 ikconfig_cmd.SetEnvironment({new_path}); in ReadGuestConfig()