Searched refs:remove_dot_dot (Results 1 – 3 of 3) sorted by relevance
210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
715 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument749 } else if (remove_dot_dot && component == "..") { in remove_dots()
1524 static std::string remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument1527 path::remove_dots(buffer, remove_dot_dot, style); in remove_dots()