Android-cuttlefish cvd tool
|
#include <algorithm>
#include <string>
#include <vector>
#include "cuttlefish/host/commands/cvd/cli/parser/cf_flags_validator.h"
#include "cuttlefish/host/commands/cvd/cli/parser/launch_cvd_parser.h"
#include "cuttlefish/host/commands/cvd/cli/parser/test_common.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
bool | cuttlefish::ParseJsonString (std::string &json_text, Json::Value &root) |
bool | cuttlefish::FindConfig (const std::vector< std::string > &vec, const std::string &element) |
bool | cuttlefish::FindConfigIgnoreSpaces (const std::vector< std::string > &vec, const std::string &str) |
Result< std::vector< std::string > > | cuttlefish::LaunchCvdParserTester (const Json::Value &root) |