Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp68 auto log_path = instance.launcher_log_path(); in main() local
69 std::vector<std::string> log_files{log_path, modem_log_path}; in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc212 auto log_path = instance.launcher_log_path(); in DaemonizeLauncher() local
214 cuttlefish::SharedFD::Open(log_path.c_str(), O_CREAT | O_WRONLY | O_APPEND, in DaemonizeLauncher()
431 auto log_path = instance.launcher_log_path(); in main() local
434 std::ofstream launcher_log_ofstream(log_path.c_str()); in main()
438 ::android::base::SetLogger(cuttlefish::LogToStderrAndFiles({log_path})); in main()