Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.cpp47 std::string config_path = AbsolutePath(home_realpath + kSuffix); in GetCuttlefishConfigPath() local
48 if (FileExists(config_path)) { in GetCuttlefishConfigPath()
49 return config_path; in GetCuttlefishConfigPath()
95 auto config_path = GetCuttlefishConfigPath(group_dir); in CvdFleet() local
97 config_path = env_config; in CvdFleet()
99 if (config_path) { in CvdFleet()
103 auto config = CuttlefishConfig::GetFromFile(*config_path); in CvdFleet()
110 *config_path); in CvdFleet()
131 auto config_path = GetCuttlefishConfigPath(group_dir); in CvdClear() local
132 if (config_path) { in CvdClear()
[all …]
Dserver_command.cpp163 std::string config_path; in Handle() local
165 config_path = env_config->second; in Handle()
168 instance_manager_.CvdFleet(request.Out(), config_path); in Handle()
208 auto config_path = GetCuttlefishConfigPath(home); in Handle() local
209 if (config_path) { in Handle()
210 command.AddEnvironmentVariable(kCuttlefishConfigEnvVarName, *config_path); in Handle()
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp94 DiskBuilder& DiskBuilder::ConfigPath(std::string config_path) & { in ConfigPath() argument
95 config_path_ = std::move(config_path); in ConfigPath()
98 DiskBuilder DiskBuilder::ConfigPath(std::string config_path) && { in ConfigPath() argument
99 config_path_ = std::move(config_path); in ConfigPath()
Ddisk_builder.h45 DiskBuilder& ConfigPath(std::string config_path) &;
46 DiskBuilder ConfigPath(std::string config_path) &&;
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc64 auto config_path = instance_.PerInstancePath("cuttlefish_config.json"); in Diagnostics() local
67 "Instance configuration: " + config_path, in Diagnostics()
Dserver_loop.cpp222 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd() local
224 WriteAll(followup_stdin, config_path + "\n"); in RestartRunCvd()
/device/generic/vulkan-cereal/third-party/angle/infra/config/global/
Drefs.cfg5 config_path: "infra/config/branch"
/device/google/sunfish/
Ddevice.mk324 vendor.display.foss.config_path=/vendor/etc/FOSSConfig.xml \
/device/google/coral/
Ddevice.mk331 vendor.display.foss.config_path=/vendor/etc/FOSSConfig.xml \