Android-cuttlefish cvd tool
|
#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"
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 ¶m) |
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) |