Searched refs:PathFindFileNameX (Results 1 – 1 of 1) sorted by relevance
26 inline LPCSTR PathFindFileNameX(LPCSTR pszPath) const { return PathFindFileNameA(pszPath); } in PathFindFileNameX() function27 inline LPCWSTR PathFindFileNameX(LPCWSTR pszPath) const { return PathFindFileNameW(pszPath); } in PathFindFileNameX() function207 PCXSTR filename = PathFindFileNameX(m_strPath); in FindFileName()