Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/command_sequence.h"
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <unordered_set>
#include <vector>
#include <android-base/strings.h>
#include "cuttlefish/common/libs/utils/environment.h"
#include "cuttlefish/host/commands/cvd/cli/command_request.h"
#include "cuttlefish/host/commands/cvd/cli/request_context.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{command_sequence.cpp} |
Functions | |
std::string | cuttlefish::anonymous_namespace{command_sequence.cpp}::BashEscape (const std::string &input) |
std::string | cuttlefish::anonymous_namespace{command_sequence.cpp}::FormattedCommand (const CommandRequest &command) |