Searched refs:default_root_certs_path (Results 1 – 2 of 2) sorted by relevance
538 grpc_core::UniquePtr<char> default_root_certs_path = in ComputePemRootCerts() local540 if (strlen(default_root_certs_path.get()) > 0) { in ComputePemRootCerts()542 "load_file", grpc_load_file(default_root_certs_path.get(), 1, &result)); in ComputePemRootCerts()
1200 char* default_root_certs_path = local1202 if (default_root_certs_path != nullptr) {1204 grpc_load_file(default_root_certs_path, 1, &result));1205 gpr_free(default_root_certs_path);