Searched refs:path_split (Results 1 – 7 of 7) sorted by relevance
64 std::vector<absl::string_view> path_split = in ValidateAndParseTargetFromPath() local66 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()
539 std::vector<absl::string_view> path_split = absl::StrSplit(path, '/'); in HandleMasqueRequest() local540 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()
113 def path_split(pathname_spec: str, *, separator: str = os.pathsep) -> list[str]: function290 add_to_sys_path(path_split(args.python_path))360 python_paths = path_split(args.python_path)
188 def path_split(self, x): return os.path.split(x) member in Hooks
1328 path_split = fn.split(os.sep)1330 path_split.extend(fn.split(os.altsep))1331 if '__pycache__' in path_split:
1272 9e63983 path_split(): Move to android::base::PathUtils
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...