Home
last modified time | relevance | path

Searched refs:normalizePath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp517 static std::string normalizePath(StringRef Path) { in normalizePath() function
529 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path1), WPath1)); in comparePaths()
530 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path2), WPath2)); in comparePaths()
535 return normalizePath(Path1) == normalizePath(Path2); in comparePaths()