Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc156 auto env = cvd::SharedFD::Open(config.cuttlefish_env_path().c_str(), in WriteCuttlefishEnvironment()
374 LOG(INFO) << " Instance environment: " << config->cuttlefish_env_path(); in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h154 std::string cuttlefish_env_path() const;
Dcuttlefish_config.cpp449 std::string CuttlefishConfig::cuttlefish_env_path() const { in cuttlefish_env_path() function in vsoc::CuttlefishConfig