Searched refs:WPath1 (Results 1 – 1 of 1) sorted by relevance
565 SmallVector<wchar_t, 128> WPath1, WPath2; in comparePaths() local566 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path1), WPath1)); in comparePaths()569 return CompareStringOrdinal(WPath1.data(), WPath1.size(), WPath2.data(), in comparePaths()