Searched refs:remove_dot_dot (Results 1 – 2 of 2) sorted by relevance
713 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument724 if (remove_dot_dot && C == "..") { in remove_dots()741 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument745 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
452 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,