Android-cuttlefish cvd tool
Classes | Namespaces | Functions
launcher.h File Reference
#include <string>
#include <string_view>
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/severity.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for launcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::LauncherLine
 

Namespaces

namespace  cuttlefish
 

Functions

Result< LauncherLine > cuttlefish::ParseLauncherLine (std::string_view line)
 
std::string cuttlefish::FormatLauncherLine (const LauncherLine &line)
 
Result< std::string > cuttlefish::ColorLauncherLine (std::string_view line)
 
Result< bool > cuttlefish::FilterLauncherLine (LogSeverity filter, std::string_view line)