Searched refs:wxFindFileInPath (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h680 WXDLLIMPEXP_BASE bool wxFindFileInPath(wxString *pStr, const wxChar *pszPath, const wxChar *pszFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp880 wxFindFileInPath(&xdg_open, path, _T("xdg-open")) )
H A Dfilefn.cpp1651 bool wxFindFileInPath(wxString *pStr, const wxChar *pszPath, const wxChar *pszFile) function
1655 _T("empty file name in wxFindFileInPath"));
H A Dintl.cpp1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) {

Completed in 55 milliseconds