Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp565 SmallVector<wchar_t, 128> WPath1, WPath2; in comparePaths() local
567 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path2), WPath2)); in comparePaths()
569 return CompareStringOrdinal(WPath1.data(), WPath1.size(), WPath2.data(), in comparePaths()
570 WPath2.size(), true) == CSTR_EQUAL; in comparePaths()