Android-cuttlefish cvd tool
Namespaces | Functions
kernel.cc File Reference
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/kernel.h"
#include <cstddef>
#include <string>
#include <string_view>
#include "absl/strings/str_cat.h"
#include "cuttlefish/ansi_codes/ansi_codes.h"
#include "cuttlefish/result/expect.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for kernel.cc:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{kernel.cc}
 

Functions

size_t cuttlefish::anonymous_namespace{kernel.cc}::FindKernelColonOutsideParens (const std::string_view s, const size_t start_pos)
 
Result< KernelLine > cuttlefish::ParseKernelLine (std::string_view line)
 
std::string cuttlefish::FormatKernelLine (const KernelLine &line)
 
Result< std::string > cuttlefish::ColorKernelLine (std::string_view line)