|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/login.h"#include <iostream>#include <memory>#include <string>#include <vector>#include "cuttlefish/common/libs/utils/environment.h"#include "cuttlefish/common/libs/utils/is_google_corp.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/flag_parser/gflags_compat.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/libs/web/http_client/curl_global_init.h"#include "cuttlefish/host/libs/web/http_client/curl_http_client.h"#include "cuttlefish/host/libs/web/http_client/http_client.h"#include "cuttlefish/host/libs/web/oauth2_consent.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{login.cpp} |
Functions | |
| Result< Oauth2ConsentRequest > | cuttlefish::anonymous_namespace{login.cpp}::ParseFlags (std::vector< std::string > &args) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{login.cpp}::kSummaryHelpText [] = "Acquire credentials" |
| constexpr char | cuttlefish::anonymous_namespace{login.cpp}::kHelpMessage [] |