Home
last modified time | relevance | path

Searched refs:logcat_path (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish_common/host/commands/logcat_receiver/
Dmain.cpp34 auto path = config->logcat_path(); in main()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp93 LogAndSetEnv("logcat_path", config_->logcat_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h184 std::string logcat_path() const;
185 void set_logcat_path(const std::string& logcat_path);
Dcuttlefish_config.cpp470 std::string CuttlefishConfig::logcat_path() const { in logcat_path() function in vsoc::CuttlefishConfig
473 void CuttlefishConfig::set_logcat_path(const std::string& logcat_path) { in set_logcat_path() argument
474 SetPath(kLogcatPath, logcat_path); in set_logcat_path()
/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc376 LOG(INFO) << " Android's logcat output: " << config->logcat_path(); in main()