Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp912 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
916 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()
924 if (!rootName && !rootDirectory) { in make_absolute()
932 if (!rootName && rootDirectory) { in make_absolute()
941 if (rootName && !rootDirectory) { in make_absolute()