Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/utils.h"
#include <iostream>
#include <sstream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/contains.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/instances/config_path.h"
#include "cuttlefish/host/commands/cvd/utils/common.h"
#include "cuttlefish/host/libs/config/config_constants.h"
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) |
Variables | |
static constexpr char | cuttlefish::kTerminalBoldRed [] = "\033[0;1;31m" |
static constexpr char | cuttlefish::kTerminalCyan [] = "\033[0;36m" |
static constexpr char | cuttlefish::kTerminalRed [] = "\033[0;31m" |
static constexpr char | cuttlefish::kTerminalReset [] = "\033[0m" |