Home
last modified time | relevance | path

Searched refs:logcat_pipe_name (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp50 auto log_name = instance.logcat_pipe_name(); in main()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp253 instance.logcat_pipe_name(), ",append=on"); in StartCommands()
Dcrosvm_manager.cpp305 instance.logcat_pipe_name()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp120 std::string CuttlefishConfig::InstanceSpecific::logcat_pipe_name() const { in logcat_pipe_name() function in cuttlefish::CuttlefishConfig::InstanceSpecific
Dcuttlefish_config.h413 std::string logcat_pipe_name() const;
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc280 auto logcat_pipe = instance.logcat_pipe_name(); in PowerwashFiles()
Dlaunch.cc179 auto log_name = instance.logcat_pipe_name(); in LaunchLogcatReceiver()