Searched refs:launcher_log_path (Results 1 – 3 of 3) sorted by relevance
190 std::string launcher_log_path() const;191 void set_launcher_log_path(const std::string& launcher_log_path);
485 std::string CuttlefishConfig::launcher_log_path() const { in launcher_log_path() function in vsoc::CuttlefishConfig489 const std::string& launcher_log_path) { in set_launcher_log_path() argument490 (*dictionary_)[kLauncherLogPath] = launcher_log_path; in set_launcher_log_path()
255 auto log_path = config.launcher_log_path(); in DaemonizeLauncher()374 LOG(INFO) << " Launcher log: " << config->launcher_log_path(); in main()