Searched refs:has_root_path (Results 1 – 14 of 14) sorted by relevance
300 bool has_root_path(const Twine &path);
385 bool has_root_path(const Twine &path);
129 ASSERT_NEQ(p.has_root_path(), TC.root_path.empty()); in decompPathTest()
402 bool has_root_path(const Twine &path, Style style = Style::native);
110 path::has_root_path(*i); in TEST()
537 bool has_root_path(const Twine &path) { in has_root_path() function
634 bool has_root_path(const Twine &path) { in has_root_path() function
123 path::has_root_path(*i); in TEST()
637 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
156 (void)path::has_root_path(*i); in TEST()
338 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
1085 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {