Home
last modified time | relevance | path

Searched refs:set_logcat_path (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h185 void set_logcat_path(const std::string& logcat_path);
Dcuttlefish_config.cpp473 void CuttlefishConfig::set_logcat_path(const std::string& logcat_path) { in set_logcat_path() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc405 tmp_config_obj.set_logcat_path(tmp_config_obj.PerInstancePath("logcat")); in InitializeCuttlefishConfiguration()