Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/rbac/v2/
H A Drbac.proto134 type.matcher.PathMatcher url_path = 10; field
231 type.matcher.PathMatcher url_path = 9; field
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
H A Drbac.proto220 type.matcher.v3.PathMatcher url_path = 10; field
328 type.matcher.v3.PathMatcher url_path = 9; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/rbac/v3/
H A Drbac.proto229 type.matcher.v3.PathMatcher url_path = 10; field
353 type.matcher.v3.PathMatcher url_path = 9; field
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/rbac/
H A Drbac_service_config_parser.cc495 auto url_path = in JsonPostLoad() local
677 auto url_path = in JsonPostLoad() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/
H A Dcel_authorization_engine.cc109 absl::string_view url_path(args.GetPath()); in CreateActivation() local
/aosp_15_r20/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
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dwebpagereplay_go_server.py409 def _UrlOpen(self, url_path, protocol='http'): argument
/aosp_15_r20/external/cronet/net/base/
H A Dmime_sniffer.cc407 std::string_view url_path = url.path_piece(); in SniffForOfficeDocs() local
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_util.cc594 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath()
H A Dcanonical_cookie.cc217 const std::string& url_path = url.path(); in CanonPathWithString() local
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dlib.rs435 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable