Android-cuttlefish cvd tool
Namespaces | Functions
test_common.cc File Reference
#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"
Include dependency graph for test_common.cc:

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)