Searched defs:remove_dot_dot (Results 1 – 4 of 4) sorted by relevance
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots()728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots()
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots()726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots()
711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots()
942 bool remove_dot_dot) { in remove_dots()