Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp715 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument
749 } else if (remove_dot_dot && component == "..") { in remove_dots()