Searched refs:RootPaths (Results 1 – 1 of 1) sorted by relevance
424 SmallVector<std::pair<StringRef, path::Style>, 3> RootPaths; in TEST() local425 RootPaths.emplace_back("/", path::Style::native); in TEST()426 RootPaths.emplace_back("//net/", path::Style::native); in TEST()427 RootPaths.emplace_back("c:\\", path::Style::windows); in TEST()428 RootPaths.emplace_back("//net//", path::Style::native); in TEST()429 RootPaths.emplace_back("c:\\\\", path::Style::windows); in TEST()431 for (auto &Path : RootPaths) { in TEST()