Searched refs:pathOld (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontmap.h149 bool ChangePath(const wxString& pathNew, wxString *pathOld);
152 void RestorePath(const wxString& pathOld);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfmapbase.cpp393 bool wxFontMapperBase::ChangePath(const wxString& pathNew, wxString *pathOld) argument
399 *pathOld = config->GetPath();
417 void wxFontMapperBase::RestorePath(const wxString& pathOld) argument
419 GetConfig()->SetPath(pathOld);
H A Dfileconf.cpp888 const wxString pathOld = GetPath(); local
894 self->SetPath(pathOld);
912 wxString pathOld; local
916 pathOld = GetPath();
917 if ( pathOld.empty() )
918 pathOld = wxCONFIG_PATH_SEPARATOR;
931 if ( !pathOld.empty() )
933 self->SetPath(pathOld);

Completed in 201 milliseconds