Searched refs:has_root_directory (Results 1 – 4 of 4) sorted by relevance
488 if (__p.has_root_directory()) {494 if (has_filename() || (!has_root_directory() && is_absolute()))819 _LIBCPP_HIDE_FROM_ABI bool has_root_directory() const { return !__root_directory().empty(); }848 return has_root_directory();
449 bool has_root_directory(const Twine &path, Style style = Style::native);
624 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function677 bool rootDir = has_root_directory(p, style); in is_absolute()912 bool rootDirectory = path::has_root_directory(p); in make_absolute()
131 bool has_root_directory() const;