Home
last modified time | relevance | path

Searched refs:launcher_log_path (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dlogging.cpp41 SetLogger(LogToFiles({instance.launcher_log_path()})); in DefaultSubprocessLogging()
43 SetLogger(LogToStderrAndFiles({instance.launcher_log_path()}, prefix, stderr_level)); in DefaultSubprocessLogging()
Dcuttlefish_config_environment.cpp83 std::string CuttlefishConfig::EnvironmentSpecific::launcher_log_path() const { in launcher_log_path() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
Dcuttlefish_config.h420 std::string launcher_log_path() const;
955 std::string launcher_log_path() const;
Dcuttlefish_config_instance.cpp1316 std::string CuttlefishConfig::InstanceSpecific::launcher_log_path() const { in launcher_log_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific
/device/google/cuttlefish/host/commands/metrics/
Dmetrics.cc35 cuttlefish::LogToFiles({metrics_log_path, instance.launcher_log_path()})); in main()
39 {metrics_log_path, instance.launcher_log_path()})); in main()
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp69 cuttlefish::LogToFiles({instance.launcher_log_path()})); in main()
72 cuttlefish::LogToStderrAndFiles({instance.launcher_log_path()})); in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc68 "Launcher log: " + instance_.launcher_log_path(), in Diagnostics()
207 auto log_path = instance.launcher_log_path(); in ConfigureLogs()
Dboot_state_machine.cc97 auto log_path = instance.launcher_log_path(); in DaemonizeLauncher()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopenwrt_control_server.cpp57 first_instance.launcher_log_path()); in Commands()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp72 auto log_path = instance.launcher_log_path(); in ModemSimulatorMain()
/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp54 DEFINE_string(launcher_log_path, "", "File path for launcher.log");