Searched refs:PathIsUNCW (Results 1 – 10 of 10) sorted by relevance
26 BOOL ret = PathIsUNCW((str)); \
132 if (!PathIsUNCW(lpszAppend)) in PathAppendW()217 if (!lpszDir || !*lpszDir || *lpszFile != '\\' || PathIsUNCW(lpszFile)) in PathCombineW()2266 BOOL WINAPI PathIsUNCW(LPCWSTR lpszPath) in PathIsUNCW() function2821 if (PathIsUNCW(lpszFile1)) in PathCommonPrefixW()2823 if (!PathIsUNCW(lpszFile2)) in PathCommonPrefixW()2828 else if (PathIsUNCW(lpszFile2)) in PathCommonPrefixW()
647 645 stdcall PathIsUNCW(wstr)
125 if(wcslen(wpath) >= 2 && PathIsUNCW(wpath)) in wlongpath()
43 inline BOOL PathIsUNCX(LPCWSTR pszPath) { return PathIsUNCW(pszPath); } in PathIsUNCX()
138 return PathIsUNCW(path) || (PathGetDriveNumberW(path) != -1 && path[2] == L'\\'); in PathIsAbsoluteW()177 if (!PathIsUNCW(szTemp)) in PathQualifyExW()603 if (PathIsUNCW(lpszPath)) in IsLFNDriveW()
323 else if (PathIsUNCW(lpszDisplayName)) // "\\\\..." in _ParseDisplayNameByParent()
38 39 stdcall -noname PathIsUNC(wstr) PathIsUNCW
988 BOOL WINAPI PathIsUNCW(_In_ LPCWSTR);
2519 return SHGetPathFromIDListWrapW(pidl, szPath) && PathIsUNCW(szPath); in _ILIsNetworkPlace()