Searched refs:pszPathName (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h503 WXDLLIMPEXP_BASE bool wxDirExists(const wxChar *pszPathName);
601 wxDEPRECATED( inline bool wxPathExists(const wxChar *pszPathName) );
602 inline bool wxPathExists(const wxChar *pszPathName) argument
604 return wxDirExists(pszPathName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1283 bool wxDirExists(const wxChar *pszPathName) argument
1285 wxString strPath(pszPathName);
1329 return wxStat(pszPathName, &st) == 0 && (st.st_mode == S_IFDIR);

Completed in 52 milliseconds