Home
last modified time | relevance | path

Searched refs:rootName (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp674 bool rootName = in is_absolute() local
677 return rootDir && rootName; in is_absolute()
906 bool rootName = path::has_root_name(p); in make_absolute() local
909 if ((rootName || real_style(Style::native) != Style::windows) && in make_absolute()
918 if (!rootName && !rootDirectory) { in make_absolute()
926 if (!rootName && rootDirectory) { in make_absolute()
935 if (rootName && !rootDirectory) { in make_absolute()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp6289 std::string const& rootName,
16617 std::string const& rootName, in writeSection() argument
16620 if( !rootName.empty() ) in writeSection()
16621 name = rootName + '/' + name; in writeSection()