Searched refs:has_root_name (Results 1 – 13 of 13) sorted by relevance
373 bool is_root_name = has_root_name(*i); in append()523 bool has_root_name(const Twine &path) { in has_root_name() function585 rootName = has_root_name(p); in is_absolute()604 bool rootName = path::has_root_name(p), in make_absolute()
284 bool has_root_name(const Twine &path);
369 bool has_root_name(const Twine &path);
134 ASSERT_NEQ(p.has_root_name(), TC.root_name.empty()); in decompPathTest()
466 bool is_root_name = has_root_name(component); in append()620 bool has_root_name(const Twine &path) { in has_root_name() function682 rootName = has_root_name(p); in is_absolute()811 rootName = path::has_root_name(p); in make_absolute()
466 bool is_root_name = has_root_name(component); in append()620 bool has_root_name(const Twine &path) { in has_root_name() function682 rootName = has_root_name(p); in is_absolute()813 rootName = path::has_root_name(p); in make_absolute()
462 !(path.empty() || has_root_name(component, style))) { in append()623 bool has_root_name(const Twine &path, Style style) { in has_root_name() function685 (real_style(style) != Style::windows) || has_root_name(p, style); in is_absolute()850 (real_style(Style::native) != Style::windows) || path::has_root_name(p); in make_absolute()
386 bool has_root_name(const Twine &path, Style style = Style::native);
112 path::has_root_name(*i); in TEST()
125 path::has_root_name(*i); in TEST()
158 (void)path::has_root_name(*i); in TEST()
1079 _LIBCPP_INLINE_VISIBILITY bool has_root_name() const {