Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dauthorization_engine.cc98 absl::string_view url_path(args.GetPath()); in CreateActivation() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dwebpagereplay_go_server.py409 def _UrlOpen(self, url_path, protocol='http'): argument
/external/rust/crates/url/src/
Dlib.rs431 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable