Searched refs:rootName (Results 1 – 1 of 1) sorted by relevance
676 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute() local678 return rootDir && rootName; in is_absolute()911 bool rootName = path::has_root_name(p); in make_absolute() local914 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()922 if (!rootName && !rootDirectory) { in make_absolute()930 if (!rootName && rootDirectory) { in make_absolute()939 if (rootName && !rootDirectory) { in make_absolute()