Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_bootstrap.cc137 absl::string_view bootstrap_source, grpc_error** error) { in ParseJsonAndCreate() argument
141 absl::StrCat("Failed to parse bootstrap from ", bootstrap_source) in ParseJsonAndCreate()
182 std::string bootstrap_source = absl::StrCat("file ", path.get()); in Create() local
184 bootstrap_source, error); in Create()