Home
last modified time | relevance | path

Searched refs:clean_path (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_pydoc.py1528 clean_path = sys.path.copy()
1530 for __ in range(clean_path.count(spelling)):
1531 clean_path.remove(spelling)
1532 return clean_path
1535 clean_path = self._get_starting_path()
1536 expected_path = [self.abs_curdir] + clean_path
1537 self.assertEqual(self._get_revised_path(clean_path), expected_path)
1540 clean_path = self._get_starting_path()
1541 expected_path = [self.abs_curdir] + clean_path
1542 leading_argv0dir = [self.argv0dir] + clean_path
[all …]
/third_party/nghttp2/src/
Dasio_server_serve_mux.cc80 auto clean_path = ::nghttp2::http2::path_join(StringRef{}, StringRef{}, in handler() local
82 if (clean_path != path) { in handler()
83 auto new_uri = util::percent_encode_path(clean_path); in handler()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c854 gchar **parts, **p, *clean_path; in gst_file_utils_canonicalise_path() local
894 clean_path = g_build_filenamev (parts); in gst_file_utils_canonicalise_path()
896 return clean_path; in gst_file_utils_canonicalise_path()