Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlpath.h39 inline BOOL PathIsRootX(LPCWSTR pszPath) const { return PathIsRootW(pszPath); } in PathIsRootX()
/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.cpp345 if (!PathIsRootW(szRoot)) in IsDriveFloppyW()
/reactos/dll/win32/shlwapi/
H A Dpath.c739 while(!PathIsRootW(lpszPath)) in PathStripToRootW()
877 if (!PathIsRootW(lpszPath) && *szTemp == '\\') in PathRemoveBackslashW()
1642 BOOL WINAPI PathIsRootW(LPCWSTR lpszPath) in PathIsRootW() function
H A Dshlwapi.spec636 635 stdcall PathIsRootW(wstr)
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c514 return PathIsRootW(lpszPath); in PathIsRootAW()
897 if (PathIsRootW(path)) /* Root path */ in PathResolveW()
H A Dshell32_main.c473 if ((flags & SHGFI_TYPENAME) && !PathIsRootW(szFullPath)) in SHGetFileInfoW()
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp1336 if (PathIsDirectoryW(szPath) || PathIsRootW(szPath)) in GetNavigateTarget()
/reactos/sdk/include/psdk/
H A Dshlwapi.h980 BOOL WINAPI PathIsRootW(_In_ LPCWSTR);