|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/auto_login.h"#include <string>#include <string_view>#include "cuttlefish/common/libs/utils/is_google_corp.h"#include "cuttlefish/files/file_exists.h"#include "cuttlefish/host/commands/cvd/fetch/build_api_credentials.h"#include "cuttlefish/host/commands/cvd/fetch/build_api_flags.h"#include "cuttlefish/host/libs/web/oauth2_consent.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{auto_login.cc} |
Functions | |
| bool | cuttlefish::anonymous_namespace{auto_login.cc}::IsCredentialFlagPresent (const BuildApiFlags &flags) |
| Result< bool > | cuttlefish::anonymous_namespace{auto_login.cc}::IsCredentialFilePresent () |
| Result< bool > | cuttlefish::ShouldAutoLogin (const BuildApiFlags &flags) |
| bool | cuttlefish::CanRunAutoLogin () |
| Result< void > | cuttlefish::RunLogin () |
Variables | |
| constexpr std::string_view | cuttlefish::anonymous_namespace{auto_login.cc}::kWrapperFilepath |