Android-cuttlefish cvd tool
Functions | Variables
cuttlefish::anonymous_namespace{github_environment.cc} Namespace Reference

Functions

GitHubRepository ToGitHubRepository (std::string_view gh_env_str)
 

Variables

constexpr std::string_view kGitHubActions = "GITHUB_ACTIONS"
 
constexpr std::string_view kGitHubRepository = "GITHUB_REPOSITORY"
 
constexpr std::string_view kAndroidCuttlefish = "google/android-cuttlefish"
 
constexpr std::string_view kCloudAndroidOrchestration
 

Function Documentation

◆ ToGitHubRepository()

GitHubRepository cuttlefish::anonymous_namespace{github_environment.cc}::ToGitHubRepository ( std::string_view  gh_env_str)

Variable Documentation

◆ kAndroidCuttlefish

constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kAndroidCuttlefish = "google/android-cuttlefish"
constexpr

◆ kCloudAndroidOrchestration

constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kCloudAndroidOrchestration
constexpr
Initial value:
=
"google/cloud-android-orchestration"

◆ kGitHubActions

constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubActions = "GITHUB_ACTIONS"
constexpr

◆ kGitHubRepository

constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubRepository = "GITHUB_REPOSITORY"
constexpr