Home | History | Annotate | Download | only in app

Lines Matching refs:paths

318  * Cygwin, some wxWidgets features require "C:" paths rather than
319 * local-rooted paths. Probably needed for stand-alone MinGW too.
454 * If you want to reset local items (like paths to binaries) without
470 static wxString paths[] = {
475 FindExe(wxT("gdb"), paths, wxT("/usr/bin/gdb"), &gdbPath);
486 static wxString paths[] = {
491 FindExe(wxT("valgrind"), paths, wxT("/usr/bin/valgrind"), &valgrindPath);
518 /*static*/ void MyApp::FindExe(const wxString& exeName, const wxString paths[],
528 while (!(*paths).IsNull()) {
531 tmp = *paths;
540 paths++;