Searched refs:bundle_string (Results 1 – 1 of 1) sorted by relevance
119 char* bundle_string = static_cast<char*>(gpr_zalloc(total_bundle_size + 1)); in CreateRootCertsBundle() local127 read(file_descriptor, bundle_string + bytes_read, cert_file_size); in CreateRootCertsBundle()135 bundle_slice = grpc_slice_new(bundle_string, bytes_read, gpr_free); in CreateRootCertsBundle()