Home
last modified time | relevance | path

Searched refs:g_compute_engine_detection_done (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/alts/
H A Dcheck_gcp_environment_linux.cc34 static bool g_compute_engine_detection_done = false; variable
59 if (!g_compute_engine_detection_done) { in grpc_alts_is_running_on_gcp()
62 g_compute_engine_detection_done = true; in grpc_alts_is_running_on_gcp()
H A Dcheck_gcp_environment_windows.cc80 static bool g_compute_engine_detection_done = false; variable
93 if (!g_compute_engine_detection_done) { in grpc_alts_is_running_on_gcp()
97 g_compute_engine_detection_done = true; in grpc_alts_is_running_on_gcp()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_linux.cc34 static bool g_compute_engine_detection_done = false; variable
59 if (!g_compute_engine_detection_done) { in grpc_alts_is_running_on_gcp()
62 g_compute_engine_detection_done = true; in grpc_alts_is_running_on_gcp()
Dcheck_gcp_environment_windows.cc80 static bool g_compute_engine_detection_done = false; variable
93 if (!g_compute_engine_detection_done) { in grpc_alts_is_running_on_gcp()
97 g_compute_engine_detection_done = true; in grpc_alts_is_running_on_gcp()