Searched defs:remove_dots (Results 1 – 3 of 3) sorted by relevance
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
941 static std::string remove_dots(StringRef path, in remove_dots() function