Searched refs:has_root_path (Results 1 – 4 of 4) sorted by relevance
386 bool has_root_path(const Twine &path, Style style = Style::native);
646 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
338 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
1085 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {