Home
last modified time | relevance | path

Searched refs:path_split (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dconnect_udp_tunnel.cc64 std::vector<absl::string_view> path_split = in ValidateAndParseTargetFromPath() local
66 if (path_split.size() != 7 || !path_split[0].empty() || in ValidateAndParseTargetFromPath()
67 path_split[1] != ".well-known" || path_split[2] != "masque" || in ValidateAndParseTargetFromPath()
68 path_split[3] != "udp" || path_split[4].empty() || in ValidateAndParseTargetFromPath()
69 path_split[5].empty() || !path_split[6].empty()) { in ValidateAndParseTargetFromPath()
76 quiche::AsciiUrlDecode(path_split[4]); in ValidateAndParseTargetFromPath()
79 << path_split[4]; in ValidateAndParseTargetFromPath()
87 quiche::AsciiUrlDecode(path_split[5]); in ValidateAndParseTargetFromPath()
90 << path_split[5]; in ValidateAndParseTargetFromPath()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
H A Dmasque_server_session.cc539 std::vector<absl::string_view> path_split = absl::StrSplit(path, '/'); in HandleMasqueRequest() local
540 if (path_split.size() != 7 || !path_split[0].empty() || in HandleMasqueRequest()
541 path_split[1] != ".well-known" || path_split[2] != "masque" || in HandleMasqueRequest()
542 path_split[3] != "udp" || path_split[4].empty() || in HandleMasqueRequest()
543 path_split[5].empty() || !path_split[6].empty()) { in HandleMasqueRequest()
547 std::optional<std::string> host = quiche::AsciiUrlDecode(path_split[4]); in HandleMasqueRequest()
549 QUIC_DLOG(ERROR) << "Failed to decode host \"" << path_split[4] << "\""; in HandleMasqueRequest()
552 std::optional<std::string> port = quiche::AsciiUrlDecode(path_split[5]); in HandleMasqueRequest()
554 QUIC_DLOG(ERROR) << "Failed to decode port \"" << path_split[5] << "\""; in HandleMasqueRequest()
/aosp_15_r20/external/python/watchdog/src/watchdog/
Dwatchmedo.py113 def path_split(pathname_spec: str, *, separator: str = os.pathsep) -> list[str]: function
290 add_to_sys_path(path_split(args.python_path))
360 python_paths = path_split(args.python_path)
/aosp_15_r20/external/python/cpython2/Lib/
Dihooks.py188 def path_split(self, x): return os.path.split(x) member in Hooks
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_zipfile.py1328 path_split = fn.split(os.sep)
1330 path_split.extend(fn.split(os.altsep))
1331 if '__pycache__' in path_split:
/aosp_15_r20/prebuilts/android-emulator/
H A DREADME1272 9e63983 path_split(): Move to android::base::PathUtils
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...