Searched refs:has_root_name (Results 1 – 4 of 4) sorted by relevance
369 bool has_root_name(const Twine &path);
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()
446 !(path.empty() || has_root_name(component, style))) { in append()630 bool has_root_name(const Twine &path, Style style) { in has_root_name() function692 (real_style(style) != Style::windows) || has_root_name(p, style); in is_absolute()881 bool rootName = path::has_root_name(p); in make_absolute()
386 bool has_root_name(const Twine &path, Style style = Style::native);