Searched refs:PathIsSameRootX (Results 1 – 1 of 1) sorted by relevance
40 …inline BOOL PathIsSameRootX(LPCSTR pszPath, LPCSTR pszOther) const { return PathIsSameRootA(pszPat… in PathIsSameRootX() function41 …inline BOOL PathIsSameRootX(LPCWSTR pszPath, LPCWSTR pszOther) const { return PathIsSameRootW(pszP… in PathIsSameRootX() function252 return PathIsSameRootX(m_strPath, pszOther); in IsSameRoot()