Home
last modified time | relevance | path

Searched refs:GPR_GLOBAL_CONFIG_SET (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dglobal_config_generic.h30 #define GPR_GLOBAL_CONFIG_SET(name, value) gpr_global_config_set_##name(value) macro
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dsecurity_connector_test.cc587 GPR_GLOBAL_CONFIG_SET(grpc_default_ssl_roots_file_path, ""); in test_default_ssl_roots()
598 GPR_GLOBAL_CONFIG_SET(grpc_default_ssl_roots_file_path, in test_default_ssl_roots()
608 GPR_GLOBAL_CONFIG_SET(grpc_default_ssl_roots_file_path, ""); in test_default_ssl_roots()
617 GPR_GLOBAL_CONFIG_SET(grpc_not_use_system_ssl_roots, true); in test_default_ssl_roots()