Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp424 SmallVector<std::pair<StringRef, path::Style>, 3> RootPaths; in TEST() local
425 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()