Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp716 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument
750 } else if (remove_dot_dot && component == "..") { in remove_dots()