Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp746 bool rootDirectory = path::has_root_directory(p), in make_absolute() local
754 if (rootName && rootDirectory) in make_absolute()
763 if (!rootName && !rootDirectory) { in make_absolute()
771 if (!rootName && rootDirectory) { in make_absolute()
780 if (rootName && !rootDirectory) { in make_absolute()