Home
last modified time | relevance | path

Searched defs:config_path (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.cpp47 std::string config_path = AbsolutePath(home_realpath + kSuffix); in GetCuttlefishConfigPath() local
95 auto config_path = GetCuttlefishConfigPath(group_dir); in CvdFleet() local
131 auto config_path = GetCuttlefishConfigPath(group_dir); in CvdClear() local
Dserver_command.cpp163 std::string config_path; in Handle() local
208 auto config_path = GetCuttlefishConfigPath(home); in Handle() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp94 DiskBuilder& DiskBuilder::ConfigPath(std::string config_path) & { in ConfigPath()
98 DiskBuilder DiskBuilder::ConfigPath(std::string config_path) && { in ConfigPath()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc64 auto config_path = instance_.PerInstancePath("cuttlefish_config.json"); in Diagnostics() local
Dserver_loop.cpp222 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd() local