Searched refs:has_root_name (Results 1 – 6 of 6) sorted by relevance
160 assert(p.has_root_name() != TC.root_name.empty()); in decompPathTest()175 if (!p.has_root_name()) { in decompPathTest()
72 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName()
441 bool has_root_name(const Twine &path, Style style = Style::native);
447 !(path.empty() || has_root_name(component, style))) { in append()615 bool has_root_name(const Twine &path, Style style) { in has_root_name() function676 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute()911 bool rootName = path::has_root_name(p); in make_absolute()
940 _LIBCPP_HIDE_FROM_ABI bool has_root_name() const {
223 (void)path::has_root_name(*i); in TEST()