Searched refs:has_root_path (Results 1 – 4 of 4) sorted by relevance
410 bool has_root_path(const Twine &path, Style style = Style::native);
627 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))
1385 _LIBCPP_INLINE_VISIBILITY bool has_root_path() const {