Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc45 static const char* installed_roots_path = "/usr/share/grpc/roots.pem"; variable
47 static const char* installed_roots_path = variable
565 grpc_load_file(installed_roots_path, 1, &result)); in ComputePemRootCerts()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc54 static const char* installed_roots_path = "/usr/share/grpc/roots.pem"; variable
56 static const char* installed_roots_path = variable
1228 grpc_load_file(installed_roots_path, 1, &result));