Searched refs:remove_dot_dot (Results 1 – 2 of 2) sorted by relevance
210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
716 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument750 } else if (remove_dot_dot && component == "..") { in remove_dots()