Android-cuttlefish cvd tool
Classes | Namespaces | Functions
utils.h File Reference
#include <signal.h>
#include <string>
#include <string_view>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::ConstructCommandParam
 
struct  cuttlefish::ConstructNonHelpForm
 
class  cuttlefish::TerminalColors
 

Namespaces

namespace  cuttlefish
 

Functions

Result< void > cuttlefish::CheckProcessExitedNormally (siginfo_t infop, const int expected_exit_code)
 
Result< Command > cuttlefish::ConstructCommand (const ConstructCommandParam &param)
 
Result< Command > cuttlefish::ConstructCvdHelpCommand (const std::string &bin_file, cvd_common::Envs envs, const std::vector< std::string > &subcmd_args, const CommandRequest &request)
 
Result< Command > cuttlefish::ConstructCvdGenericNonHelpCommand (const ConstructNonHelpForm &request_form, const CommandRequest &request)
 
std::string cuttlefish::NoGroupMessage (const CommandRequest &request)