Searched refs:has_root_path (Results 1 – 5 of 5) sorted by relevance
457 bool has_root_path(const Twine &path, Style style = Style::native);
132 bool has_root_path() const;
820 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
631 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
349 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))