Searched refs:PathIsUNCX (Results 1 – 1 of 1) sorted by relevance
42 inline BOOL PathIsUNCX(LPCSTR pszPath) { return PathIsUNCA(pszPath); } in PathIsUNCX() function43 inline BOOL PathIsUNCX(LPCWSTR pszPath) { return PathIsUNCW(pszPath); } in PathIsUNCX() function257 return PathIsUNCX(m_strPath); in IsUNC()