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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 248 const std::string& kernel_log_monitor_binary);
249 std::string kernel_log_monitor_binary() const;
cuttlefish_config.cpp 133 const char* kKernelLogMonitorBinary = "kernel_log_monitor_binary";
639 std::string CuttlefishConfig::kernel_log_monitor_binary() const { function in class:vsoc::CuttlefishConfig
644 const std::string& kernel_log_monitor_binary) {
645 (*dictionary_)[kKernelLogMonitorBinary] = kernel_log_monitor_binary;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 143 cvd::Command kernel_log_monitor(config.kernel_log_monitor_binary());
flags.cc 112 DEFINE_string(kernel_log_monitor_binary,

Completed in 53 milliseconds