Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlpath.h40 …inline BOOL PathIsSameRootX(LPCSTR pszPath, LPCSTR pszOther) const { return PathIsSameRootA(pszPat… in PathIsSameRootX() function
41 …inline BOOL PathIsSameRootX(LPCWSTR pszPath, LPCWSTR pszOther) const { return PathIsSameRootW(pszP… in PathIsSameRootX() function
252 return PathIsSameRootX(m_strPath, pszOther); in IsSameRoot()