|
Android-cuttlefish cvd tool
|
Functions | |
| std::string | ToUpper (std::string_view input) |
| std::vector< SeverityTarget > | SeverityTargetsForFiles (const std::vector< std::string > &files) |
| LogSeverity | FromLogEntry (const absl::LogEntry &log_entry) |
| std::pair< int, int > | CountSizeAndNewLines (const char *message) |
| template<typename F , typename... Args> | |
| void | SplitByLines (const char *msg, const F &log_function, Args &&... args) |
| std::string | StderrOutputGenerator (const struct tm &now, int pid, uint64_t tid, LogSeverity severity, const char *tag, const char *file, unsigned int line, const char *message) |
| std::pair< int, int > cuttlefish::anonymous_namespace{tee_logging.cpp}::CountSizeAndNewLines | ( | const char * | message | ) |
| LogSeverity cuttlefish::anonymous_namespace{tee_logging.cpp}::FromLogEntry | ( | const absl::LogEntry & | log_entry | ) |
| std::vector< SeverityTarget > cuttlefish::anonymous_namespace{tee_logging.cpp}::SeverityTargetsForFiles | ( | const std::vector< std::string > & | files | ) |
| void cuttlefish::anonymous_namespace{tee_logging.cpp}::SplitByLines | ( | const char * | msg, |
| const F & | log_function, | ||
| Args &&... | args | ||
| ) |
| std::string cuttlefish::anonymous_namespace{tee_logging.cpp}::StderrOutputGenerator | ( | const struct tm & | now, |
| int | pid, | ||
| uint64_t | tid, | ||
| LogSeverity | severity, | ||
| const char * | tag, | ||
| const char * | file, | ||
| unsigned int | line, | ||
| const char * | message | ||
| ) |
| std::string cuttlefish::anonymous_namespace{tee_logging.cpp}::ToUpper | ( | std::string_view | input | ) |