HomeSort by relevance Sort by last modified time
    Searched refs:g_compute_engine_detection_done (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/lib/security/credentials/alts/
check_gcp_environment_linux.cc 34 static bool g_compute_engine_detection_done = false; variable
59 if (!g_compute_engine_detection_done) {
62 g_compute_engine_detection_done = true;
check_gcp_environment_windows.cc 42 static bool g_compute_engine_detection_done = false; variable
104 if (!g_compute_engine_detection_done) {
108 g_compute_engine_detection_done = true;
  /external/grpc-grpc/src/core/lib/security/credentials/google_default/
google_default_credentials.cc 53 static int g_compute_engine_detection_done = 0; variable
212 if (!g_compute_engine_detection_done) {
214 g_compute_engine_detection_done = 1;
280 g_compute_engine_detection_done = 0;

Completed in 1382 milliseconds