Searched refs:normalizePath (Results 1 – 1 of 1) sorted by relevance
554 static std::string normalizePath(StringRef Path) { in normalizePath() function566 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path1), WPath1)); in comparePaths()567 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path2), WPath2)); in comparePaths()572 return normalizePath(Path1) == normalizePath(Path2); in comparePaths()