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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstdpbase.cpp108 wxString configPath; local
110 configPath = wxGetenv(wxT("XDG_CONFIG_HOME"));
112 configPath = homeDir + wxT("/.config");
113 wxString dirsFile = configPath + wxT("/user-dirs.dirs");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.cpp1093 static wxString configPath; local
1095 if (configPath.IsEmpty()) {
1105 configPath = configDir;
1107 configPath = wxStandardPaths::Get().GetUserDataDir();
1110 configPath += wxFileName::GetPathSeparator();
1113 return configPath;

Completed in 82 milliseconds