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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.h160 wxString wxFindAppPath(const wxString& argv0, const wxString& cwd, const wxString& appVariableName);
H A Demulator.cpp566 // appVariableName is the name of a variable containing the directory for this app, e.g.
569 wxString wxFindAppPath(const wxString& argv0, const wxString& cwd, const wxString& appVariableName) argument
573 // Try appVariableName
574 if (!appVariableName.empty())
576 str = wxGetenv(appVariableName);

Completed in 182 milliseconds