Searched refs:has_root_directory (Results 1 – 4 of 4) sorted by relevance
486 if (__p.has_root_directory()) {492 if (has_filename() || (!has_root_directory() && is_absolute()))817 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const { return !__root_directory().empty(); }846 return has_root_directory();
449 bool has_root_directory(const Twine &path, Style style = Style::native);
623 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function676 bool rootDir = has_root_directory(p, style); in is_absolute()911 bool rootDirectory = path::has_root_directory(p); in make_absolute()
131 bool has_root_directory() const;