Home
last modified time | relevance | path

Searched refs:url_path (Results 1 – 5 of 5) 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
99 if (!url_path.empty()) { in CreateActivation()
101 mock_cel::CelValue::CreateStringView(url_path)); in CreateActivation()
/external/autotest/client/cros/multimedia/
Dcfm_facade_native.py191 url_path = parse_result.path
192 logging.info('Webview path: "%s"', url_path)
201 or ('oobesecondary' in url_path))
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dwebpagereplay_go_server.py409 def _UrlOpen(self, url_path, protocol='http'): argument
422 protocol, self._replay_host, self._started_ports[protocol], url_path)
/external/rust/crates/url/src/
Dlib.rs428 let (url_path, url_filename) = extract_path_filename(url.path()); in make_relative()
431 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable
434 while base_path.peek().is_some() && base_path.peek() == url_path.peek() { in make_relative()
436 url_path.next(); in make_relative()
454 for url_path_segment in url_path { in make_relative()
/external/rust/crates/url/tests/
Dunit.rs70 ($path: expr, $url_path: expr) => {{
73 assert_eq!(url.path(), $url_path);