Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.h8 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config);
Dassemble_cvd.cc76 std::cout << GetConfigFilePath(*config) << "\n"; in main()
Dflags.cc604 auto config_file = GetConfigFilePath(tmp_config_obj); in SaveConfig()
970 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config) { in GetConfigFilePath() function
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc383 std::string GetConfigFilePath(const cuttlefish::CuttlefishConfig& config) { in GetConfigFilePath() function
486 LOG(INFO) << " Instance configuration: " << GetConfigFilePath(*config); in main()