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.h24 std::string GetConfigFilePath(const CuttlefishConfig& config);
Dassemble_cvd.cc70 auto config_file = GetConfigFilePath(tmp_config_obj); in SaveConfig()
256 std::cout << GetConfigFilePath(*config) << "\n"; in AssembleCvdMain()
Dflags.cc925 std::string GetConfigFilePath(const CuttlefishConfig& config) { in GetConfigFilePath() function
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc146 std::string GetConfigFilePath(const CuttlefishConfig& config) { in GetConfigFilePath() function
291 << " Instance configuration: " << GetConfigFilePath(*config) in RunCvdMain()