Searched refs:RootPaths (Results 1 – 2 of 2) sorted by relevance
289 SmallVector<StringRef, 3> RootPaths; in TEST() local290 RootPaths.push_back("/"); in TEST()291 RootPaths.push_back("//net/"); in TEST()293 RootPaths.push_back("c:\\"); in TEST()296 for (StringRef Path : RootPaths) { in TEST()
282 SmallVector<std::pair<StringRef, path::Style>, 3> RootPaths; in TEST() local283 RootPaths.emplace_back("/", path::Style::native); in TEST()284 RootPaths.emplace_back("//net/", path::Style::native); in TEST()285 RootPaths.emplace_back("c:\\", path::Style::windows); in TEST()286 RootPaths.emplace_back("//net//", path::Style::native); in TEST()287 RootPaths.emplace_back("c:\\\\", path::Style::windows); in TEST()289 for (auto &Path : RootPaths) { in TEST()