Searched refs:PathPair (Results 1 – 1 of 1) sorted by relevance
170 llvm::StringRef ClientPath, ServerPath, PathPair, Rest = RawPathMappings; in parsePathMappings() local173 std::tie(PathPair, Rest) = Rest.split(","); in parsePathMappings()174 std::tie(ClientPath, ServerPath) = PathPair.split("="); in parsePathMappings()176 return error("Not a valid path mapping pair: {0}", PathPair); in parsePathMappings()