Android-cuttlefish cvd tool
|
#include <optional>
#include <ostream>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::LoadDirectories |
struct | cuttlefish::CvdFlags |
struct | cuttlefish::Override |
struct | cuttlefish::LoadFlags |
Namespaces | |
namespace | cuttlefish |
Functions | |
std::ostream & | cuttlefish::operator<< (std::ostream &out, const Override &override) |
Result< LoadFlags > | cuttlefish::GetFlags (std::vector< std::string > &args, const std::string &working_directory) |
Result< CvdFlags > | cuttlefish::GetCvdFlags (const LoadFlags &flags) |