Android-cuttlefish cvd tool
|
#include <string>
#include <vector>
#include <json/value.h>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
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) |