Home
last modified time | relevance | path

Searched defs:url_path (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/rbac/v2/
Drbac.proto134 type.matcher.PathMatcher url_path = 10; field
231 type.matcher.PathMatcher url_path = 9; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Drbac.proto220 type.matcher.v3.PathMatcher url_path = 10; field
328 type.matcher.v3.PathMatcher url_path = 9; field
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
Drbac.proto220 type.matcher.v3.PathMatcher url_path = 10; field
328 type.matcher.v3.PathMatcher url_path = 9; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/rbac/v3/
Drbac.proto229 type.matcher.v3.PathMatcher url_path = 10; field
353 type.matcher.v3.PathMatcher url_path = 9; field
/external/grpc-grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc109 absl::string_view url_path(args.GetPath()); in CreateActivation() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc109 absl::string_view url_path(args.GetPath()); in CreateActivation() local
/external/cronet/tot/net/device_bound_sessions/
Dsession_inclusion_rules.cc268 std::string_view url_path = url.path_piece(); in MatchesHostAndPath() local
/external/cronet/stable/net/device_bound_sessions/
Dsession_inclusion_rules.cc268 std::string_view url_path = url.path_piece(); in MatchesHostAndPath() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dwebpagereplay_go_server.py409 def _UrlOpen(self, url_path, protocol='http'): argument
/external/cronet/tot/net/cookies/
Dcookie_util.cc574 const std::string& url_path = url.path(); in CanonPathWithString() local
663 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath()
/external/grpc-grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc495 auto url_path = in JsonPostLoad() local
677 auto url_path = in JsonPostLoad() local
/external/cronet/stable/net/cookies/
Dcookie_util.cc574 const std::string& url_path = url.path(); in CanonPathWithString() local
663 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc496 auto url_path = in JsonPostLoad() local
678 auto url_path = in JsonPostLoad() local
/external/cronet/tot/net/base/
Dmime_sniffer.cc407 std::string_view url_path = url.path_piece(); in SniffForOfficeDocs() local
/external/cronet/stable/net/base/
Dmime_sniffer.cc407 std::string_view url_path = url.path_piece(); in SniffForOfficeDocs() local
/external/rust/android-crates-io/crates/url/src/
Dlib.rs500 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable