Searched refs:PathCommonPrefixW (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | path.c | 2034 dwLen = PathCommonPrefixW(lpszPath1, lpszPath2, NULL) + 1; in PathIsSameRootW() 2182 PathCommonPrefixW(lpszPath, lpszPrefix, NULL) == (int)strlenW(lpszPrefix)) in PathIsPrefixW() 2806 int WINAPI PathCommonPrefixW(LPCWSTR lpszFile1, LPCWSTR lpszFile2, LPWSTR achPath) in PathCommonPrefixW() function 3597 if(!(dwLen = PathCommonPrefixW(szFrom, szTo, 0))) in PathRelativePathToW()
|
H A D | shlwapi.spec | 594 593 stdcall PathCommonPrefixW(wstr wstr ptr)
|
/reactos/sdk/lib/atl/ |
H A D | atlpath.h | 67 …refixX(LPCWSTR pszFile1, LPCWSTR pszFile2, LPWSTR pszPath) { return PathCommonPrefixW(pszFile1, ps… in PathCommonPrefixX()
|
/reactos/dll/win32/shell32/ |
H A D | utils.cpp | 1152 INT ret = PathCommonPrefixW(lpszPath1, lpszPath2, lpszPath); in DynamicPathCommonPrefixW()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 896 PathCommonPrefixW(
|