|
Android-cuttlefish cvd tool
|
#include "cuttlefish/metrics/host/github_environment.h"#include <optional>#include <string>#include <string_view>#include "cuttlefish/common/libs/utils/environment.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{github_environment.cc} |
Functions | |
| GitHubRepository | cuttlefish::anonymous_namespace{github_environment.cc}::ToGitHubRepository (std::string_view gh_env_str) |
| std::optional< GitHubRepository > | cuttlefish::DetectGitHubRepository () |
Variables | |
| constexpr std::string_view | cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubActions = "GITHUB_ACTIONS" |
| constexpr std::string_view | cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubRepository = "GITHUB_REPOSITORY" |
| constexpr std::string_view | cuttlefish::anonymous_namespace{github_environment.cc}::kAndroidCuttlefish = "google/android-cuttlefish" |
| constexpr std::string_view | cuttlefish::anonymous_namespace{github_environment.cc}::kCloudAndroidOrchestration |