Searched refs:PathIsRootW (Results 1 – 8 of 8) sorted by relevance
39 inline BOOL PathIsRootX(LPCWSTR pszPath) const { return PathIsRootW(pszPath); } in PathIsRootX()
345 if (!PathIsRootW(szRoot)) in IsDriveFloppyW()
739 while(!PathIsRootW(lpszPath)) in PathStripToRootW()877 if (!PathIsRootW(lpszPath) && *szTemp == '\\') in PathRemoveBackslashW()1642 BOOL WINAPI PathIsRootW(LPCWSTR lpszPath) in PathIsRootW() function
636 635 stdcall PathIsRootW(wstr)
514 return PathIsRootW(lpszPath); in PathIsRootAW()897 if (PathIsRootW(path)) /* Root path */ in PathResolveW()
473 if ((flags & SHGFI_TYPENAME) && !PathIsRootW(szFullPath)) in SHGetFileInfoW()
1336 if (PathIsDirectoryW(szPath) || PathIsRootW(szPath)) in GetNavigateTarget()
980 BOOL WINAPI PathIsRootW(_In_ LPCWSTR);