Searched refs:rootName (Results 1 – 2 of 2) sorted by relevance
677 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute() local679 return rootDir && rootName; in is_absolute()912 bool rootName = path::has_root_name(p); in make_absolute() local915 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()923 if (!rootName && !rootDirectory) { in make_absolute()931 if (!rootName && rootDirectory) { in make_absolute()940 if (rootName && !rootDirectory) { in make_absolute()
6289 std::string const& rootName,16617 std::string const& rootName, in writeSection() argument16620 if( !rootName.empty() ) in writeSection()16621 name = rootName + '/' + name; in writeSection()