30 #define GRPC_ALTS_EXPECT_NAME_GOOGLE "Google"
31 #define GRPC_ALTS_EXPECT_NAME_GCE "Google Compute Engine"
32 #define GRPC_ALTS_PRODUCT_NAME_FILE "/sys/class/dmi/id/product_name"
34 static bool g_compute_engine_detection_done =
false;
35 static bool g_is_on_compute_engine =
false;
45 bios_data && ((!strcmp(bios_data, GRPC_ALTS_EXPECT_NAME_GOOGLE)) ||
46 (!strcmp(bios_data, GRPC_ALTS_EXPECT_NAME_GCE)));
59 if (!g_compute_engine_detection_done) {
60 g_is_on_compute_engine =
62 g_compute_engine_detection_done =
true;
65 return g_is_on_compute_engine;