Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc165 std::string config_env = "export CUTTLEFISH_PER_INSTANCE_PATH=\"" + in WriteCuttlefishEnvironment() local
167 config_env += "export ANDROID_SERIAL=" + instance.adb_ip_and_port() + "\n"; in WriteCuttlefishEnvironment()
168 env->Write(config_env.c_str(), config_env.size()); in WriteCuttlefishEnvironment()