HomeSort by relevance Sort by last modified time
    Searched refs:launcher_log_path (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 190 std::string launcher_log_path() const;
191 void set_launcher_log_path(const std::string& launcher_log_path);
cuttlefish_config.cpp 105 const char* kLauncherLogPath = "launcher_log_path";
485 std::string CuttlefishConfig::launcher_log_path() const { function in class:vsoc::CuttlefishConfig
489 const std::string& launcher_log_path) {
490 (*dictionary_)[kLauncherLogPath] = launcher_log_path;
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 255 auto log_path = config.launcher_log_path();
374 LOG(INFO) << " Launcher log: " << config->launcher_log_path();

Completed in 57 milliseconds