Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Durl_external_account_credentials.cc64 url_full_path_ = absl::StrCat("/", v[3]); in UrlExternalAccountCredentials()
129 request.http.path = gpr_strdup(url_full_path_.c_str()); in RetrieveSubjectToken()
Durl_external_account_credentials.h47 std::string url_full_path_; variable